Color Hex Logo

#ef87dd Color Hex

#EF87DD
(239,135,221)
0 Favorites   0 Comments

Color spaces of #ef87dd

RGB 239135221
HSL0.860.760.73
HSV310°44°94°
CMYK 0.000.440.08   0.06
XYZ57.311740.899173.2803
Yxy40.89910.33420.2385
Hunter Lab63.952448.0482-23.1712
CIE-Lab70.105251.2710-26.8121

#ef87dd color RGB value is (239,135,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000111 11011101
Octal 357 207 335
Decimal 239 135 221
Hex EF 87 DD

RGB Percentages of Color #ef87dd

%40.17
%22.69
%37.14

CMYK Percentages of Color #ef87dd

%0
%44
%8
%6

Triadic Colors of #ef87dd

#ef87dd #ddef87 #87ddef

Analogous Colors of #ef87dd

#ef87dd #ef87a9 #cd87ef

Monochromatic Colors of #ef87dd

#ef87dd

Complementary Color

#ef87dd #87ef99

#ef87dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef87dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef87dd Color CSS Codes

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

#ef87dd Text Font Color

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

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


#ef87dd Background Color

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

This div background color is #ef87dd


#ef87dd Border Color

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

This div border color is #ef87dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,135,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 #ef87dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef87dd


Comments

No comments written yet.

Please login to write comment.