Color Hex Logo

#ef81dd Color Hex

#EF81DD
(239,129,221)
0 Favorites   0 Comments

Color spaces of #ef81dd

RGB 239129221
HSL0.860.770.72
HSV310°46°94°
CMYK 0.000.460.08   0.06
XYZ56.498039.271773.0090
Yxy39.27170.33470.2327
Hunter Lab62.667151.2604-25.2075
CIE-Lab68.947654.2518-28.5913

#ef81dd color RGB value is (239,129,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000001 11011101
Octal 357 201 335
Decimal 239 129 221
Hex EF 81 DD

RGB Percentages of Color #ef81dd

%40.58
%21.90
%37.52

CMYK Percentages of Color #ef81dd

%0
%46
%8
%6

Triadic Colors of #ef81dd

#ef81dd #ddef81 #81ddef

Analogous Colors of #ef81dd

#ef81dd #ef81a6 #ca81ef

Monochromatic Colors of #ef81dd

#ef81dd

Complementary Color

#ef81dd #81ef93

#ef81dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef81dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef81dd Color CSS Codes

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

#ef81dd Text Font Color

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

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


#ef81dd Background Color

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

This div background color is #ef81dd


#ef81dd Border Color

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

This div border color is #ef81dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef81dd


Comments

No comments written yet.

Please login to write comment.