Color Hex Logo

#ef2764 Color Hex

#EF2764
(239,39,100)
0 Favorites   0 Comments

Color spaces of #ef2764

RGB 23939100
HSL0.950.860.55
HSV342°84°94°
CMYK 0.000.840.58   0.06
XYZ38.622420.721914.0207
Yxy20.72190.52640.2824
Hunter Lab45.521371.785413.6034
CIE-Lab52.643874.464217.3563

#ef2764 color RGB value is (239,39,100).

#ef2764 hex color red value is 239, green value is 39 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #ef2764 hue: 0.95 , saturation: 0.86 and the lightness value of ef2764 is 0.55.

The process color (four color CMYK) of #ef2764 color hex is 0.00, 0.84, 0.58, 0.06. Web safe color of #ef2764 is #ff3366. Color #ef2764 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00100111 01100100
Octal 357 47 144
Decimal 239 39 100
Hex EF 27 64

RGB Percentages of Color #ef2764

%63.23
%10.32
%26.46

CMYK Percentages of Color #ef2764

%0
%84
%58
%6

Triadic Colors of #ef2764

#ef2764 #64ef27 #2764ef

Analogous Colors of #ef2764

#ef2764 #ef4e27 #ef27c8

Monochromatic Colors of #ef2764

#ef2764

Complementary Color

#ef2764 #27efb2

#ef2764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef2764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef2764 Color CSS Codes

.mybgcolor {background-color:#ef2764; } 
.myforecolor {color:#ef2764; }
.mybordercolor {border:3px solid #ef2764; }

#ef2764 Text Font Color

<p style="color:#ef2764">Text here</p>

This sample text font color is #ef2764
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ef2764 Background Color

<div style="background-color:#ef2764">
Div content here</div>

This div background color is #ef2764


#ef2764 Border Color

<div style="border:3px solid #ef2764">
Div here</div>

This div border color is #ef2764


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(239,39,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ef2764; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ef2764;
  -webkit-box-shadow: 1px 1px 3px 2px #ef2764;
  box-shadow:         1px 1px 3px 2px #ef2764; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,39,100, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ef2764">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ef2764;
  -webkit-box-shadow: 1px 1px 3px 2px #ef2764;
  box-shadow:         1px 1px 3px 2px #ef2764;">
Div content here</div>

This div box has shadow with color #ef2764


Comments

No comments written yet.

Please login to write comment.