Color Hex Logo

#ec88dc Color Hex

#EC88DC
(236,136,220)
0 Favorites   0 Comments

Color spaces of #ec88dc

RGB 236136220
HSL0.860.720.73
HSV310°42°93°
CMYK 0.000.420.07   0.07
XYZ56.314540.608572.5803
Yxy40.60850.33220.2396
Hunter Lab63.724846.2246-22.9219
CIE-Lab69.900849.6878-26.6046

#ec88dc color RGB value is (236,136,220).

#ec88dc hex color red value is 236, green value is 136 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ec88dc hue: 0.86 , saturation: 0.72 and the lightness value of ec88dc is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10001000 11011100
Octal 354 210 334
Decimal 236 136 220
Hex EC 88 DC

RGB Percentages of Color #ec88dc

%39.86
%22.97
%37.16

CMYK Percentages of Color #ec88dc

%0
%42
%7
%7

Triadic Colors of #ec88dc

#ec88dc #dcec88 #88dcec

Analogous Colors of #ec88dc

#ec88dc #ec88aa #ca88ec

Monochromatic Colors of #ec88dc

#ec88dc

Complementary Color

#ec88dc #88ec98

#ec88dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec88dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec88dc Color CSS Codes

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

#ec88dc Text Font Color

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

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


#ec88dc Background Color

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

This div background color is #ec88dc


#ec88dc Border Color

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

This div border color is #ec88dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,136,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec88dc


Comments

No comments written yet.

Please login to write comment.