Color Hex Logo

#ef606b Color Hex

#EF606B
(239,96,107)
1 Favorites   0 Comments

Color spaces of #ef606b

RGB 23996107
HSL0.990.820.66
HSV355°60°94°
CMYK 0.000.600.55   0.06
XYZ42.433327.778017.0351
Yxy27.77800.48640.3184
Hunter Lab52.704851.479017.7299
CIE-Lab59.687655.903422.7275

#ef606b color RGB value is (239,96,107).

#ef606b hex color red value is 239, green value is 96 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ef606b hue: 0.99 , saturation: 0.82 and the lightness value of ef606b is 0.66.

The process color (four color CMYK) of #ef606b color hex is 0.00, 0.60, 0.55, 0.06. Web safe color of #ef606b is #ff6666. Color #ef606b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01100000 01101011
Octal 357 140 153
Decimal 239 96 107
Hex EF 60 6B

RGB Percentages of Color #ef606b

%54.07
%21.72
%24.21

CMYK Percentages of Color #ef606b

%0
%60
%55
%6

Triadic Colors of #ef606b

#ef606b #6bef60 #606bef

Analogous Colors of #ef606b

#ef606b #ef9d60 #ef60b3

Monochromatic Colors of #ef606b

#ef606b

Complementary Color

#ef606b #60efe4

#ef606b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef606b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef606b Color CSS Codes

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

#ef606b Text Font Color

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

This sample text font color is #ef606b
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.


#ef606b Background Color

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

This div background color is #ef606b


#ef606b Border Color

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

This div border color is #ef606b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef606b


Comments

No comments written yet.

Please login to write comment.