Color Hex Logo

#ef87ed Color Hex

#EF87ED
(239,135,237)
0 Favorites   0 Comments

Color spaces of #ef87ed

RGB 239135237
HSL0.840.760.73
HSV301°44°94°
CMYK 0.000.440.01   0.06
XYZ59.546641.793185.0492
Yxy41.79310.31950.2242
Hunter Lab64.647651.2823-32.7476
CIE-Lab70.728054.0071-34.6592

#ef87ed color RGB value is (239,135,237).

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

The process color (four color CMYK) of #ef87ed color hex is 0.00, 0.44, 0.01, 0.06. Web safe color of #ef87ed is #ff99ff. Color #ef87ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000111 11101101
Octal 357 207 355
Decimal 239 135 237
Hex EF 87 ED

RGB Percentages of Color #ef87ed

%39.12
%22.09
%38.79

CMYK Percentages of Color #ef87ed

%0
%44
%1
%6

Triadic Colors of #ef87ed

#ef87ed #edef87 #87edef

Analogous Colors of #ef87ed

#ef87ed #ef87b9 #bd87ef

Monochromatic Colors of #ef87ed

#ef87ed

Complementary Color

#ef87ed #87ef89

#ef87ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef87ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef87ed Color CSS Codes

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

#ef87ed Text Font Color

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

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


#ef87ed Background Color

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

This div background color is #ef87ed


#ef87ed Border Color

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

This div border color is #ef87ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef87ed


Comments

No comments written yet.

Please login to write comment.