Color Hex Logo

#ef88ed Color Hex

#EF88ED
(239,136,237)
0 Favorites   0 Comments

Color spaces of #ef88ed

RGB 239136237
HSL0.840.760.74
HSV301°43°94°
CMYK 0.000.430.01   0.06
XYZ59.686842.073585.0959
Yxy42.07350.31940.2252
Hunter Lab64.864150.7404-32.3783
CIE-Lab70.921653.5085-34.3592

#ef88ed color RGB value is (239,136,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10001000 11101101
Octal 357 210 355
Decimal 239 136 237
Hex EF 88 ED

RGB Percentages of Color #ef88ed

%39.05
%22.22
%38.73

CMYK Percentages of Color #ef88ed

%0
%43
%1
%6

Triadic Colors of #ef88ed

#ef88ed #edef88 #88edef

Analogous Colors of #ef88ed

#ef88ed #ef88ba #be88ef

Monochromatic Colors of #ef88ed

#ef88ed

Complementary Color

#ef88ed #88ef8a

#ef88ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef88ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef88ed Color CSS Codes

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

#ef88ed Text Font Color

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

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


#ef88ed Background Color

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

This div background color is #ef88ed


#ef88ed Border Color

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

This div border color is #ef88ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef88ed


Comments

No comments written yet.

Please login to write comment.