Color Hex Logo

#ef665f Color Hex

#EF665F
(239,102,95)
0 Favorites   0 Comments

Color spaces of #ef665f

RGB 23910295
HSL0.010.820.65
HSV60°94°
CMYK 0.000.570.60   0.06
XYZ42.413528.679714.1268
Yxy28.67970.49770.3365
Hunter Lab53.553447.650821.8474
CIE-Lab60.497952.351430.6438

#ef665f color RGB value is (239,102,95).

#ef665f hex color red value is 239, green value is 102 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ef665f hue: 0.01 , saturation: 0.82 and the lightness value of ef665f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01100110 01011111
Octal 357 146 137
Decimal 239 102 95
Hex EF 66 5F

RGB Percentages of Color #ef665f

%54.82
%23.39
%21.79

CMYK Percentages of Color #ef665f

%0
%57
%60
%6

Triadic Colors of #ef665f

#ef665f #5fef66 #665fef

Analogous Colors of #ef665f

#ef665f #efae5f #ef5fa0

Monochromatic Colors of #ef665f

#ef665f

Complementary Color

#ef665f #5fe8ef

#ef665f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef665f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef665f Color CSS Codes

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

#ef665f Text Font Color

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

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


#ef665f Background Color

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

This div background color is #ef665f


#ef665f Border Color

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

This div border color is #ef665f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef665f


Comments

No comments written yet.

Please login to write comment.