Color Hex Logo

#ef08de Color Hex

#EF08DE
(239,8,222)
0 Favorites   0 Comments

Color spaces of #ef08de

RGB 2398222
HSL0.850.940.48
HSV304°97°94°
CMYK 0.000.970.07   0.06
XYZ48.868323.798371.1251
Yxy23.79830.33990.1655
Hunter Lab48.783593.4392-52.2949
CIE-Lab55.885390.7085-49.5937

#ef08de color RGB value is (239,8,222).

#ef08de hex color red value is 239, green value is 8 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ef08de hue: 0.85 , saturation: 0.94 and the lightness value of ef08de is 0.48.

The process color (four color CMYK) of #ef08de color hex is 0.00, 0.97, 0.07, 0.06. Web safe color of #ef08de is #ff00cc. Color #ef08de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00001000 11011110
Octal 357 10 336
Decimal 239 8 222
Hex EF 8 DE

RGB Percentages of Color #ef08de

%50.96
%1.71
%47.33

CMYK Percentages of Color #ef08de

%0
%97
%7
%6

Triadic Colors of #ef08de

#ef08de #deef08 #08deef

Analogous Colors of #ef08de

#ef08de #ef086b #8d08ef

Monochromatic Colors of #ef08de

#ef08de

Complementary Color

#ef08de #08ef19

#ef08de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef08de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef08de Color CSS Codes

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

#ef08de Text Font Color

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

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


#ef08de Background Color

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

This div background color is #ef08de


#ef08de Border Color

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

This div border color is #ef08de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef08de


Comments

No comments written yet.

Please login to write comment.