Color Hex Logo

#ef81df Color Hex

#EF81DF
(239,129,223)
0 Favorites   0 Comments

Color spaces of #ef81df

RGB 239129223
HSL0.860.770.72
HSV309°46°94°
CMYK 0.000.460.07   0.06
XYZ56.766139.378974.4210
Yxy39.37890.33280.2309
Hunter Lab62.752651.6543-26.3877
CIE-Lab69.024854.5829-29.5794

#ef81df color RGB value is (239,129,223).

#ef81df hex color red value is 239, green value is 129 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ef81df hue: 0.86 , saturation: 0.77 and the lightness value of ef81df is 0.72.

The process color (four color CMYK) of #ef81df color hex is 0.00, 0.46, 0.07, 0.06. Web safe color of #ef81df is #ff99cc. Color #ef81df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000001 11011111
Octal 357 201 337
Decimal 239 129 223
Hex EF 81 DF

RGB Percentages of Color #ef81df

%40.44
%21.83
%37.73

CMYK Percentages of Color #ef81df

%0
%46
%7
%6

Triadic Colors of #ef81df

#ef81df #dfef81 #81dfef

Analogous Colors of #ef81df

#ef81df #ef81a8 #c881ef

Monochromatic Colors of #ef81df

#ef81df

Complementary Color

#ef81df #81ef91

#ef81df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef81df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef81df Color CSS Codes

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

#ef81df Text Font Color

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

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


#ef81df Background Color

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

This div background color is #ef81df


#ef81df Border Color

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

This div border color is #ef81df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef81df


Comments

No comments written yet.

Please login to write comment.