Color Hex Logo

#ec85dc Color Hex

#EC85DC
(236,133,220)
0 Favorites   0 Comments

Color spaces of #ec85dc

RGB 236133220
HSL0.860.730.72
HSV309°44°93°
CMYK 0.000.440.07   0.07
XYZ55.897939.775272.4414
Yxy39.77520.33250.2366
Hunter Lab63.067647.8394-23.9550
CIE-Lab69.309151.1999-27.5132

#ec85dc color RGB value is (236,133,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000101 11011100
Octal 354 205 334
Decimal 236 133 220
Hex EC 85 DC

RGB Percentages of Color #ec85dc

%40.07
%22.58
%37.35

CMYK Percentages of Color #ec85dc

%0
%44
%7
%7

Triadic Colors of #ec85dc

#ec85dc #dcec85 #85dcec

Analogous Colors of #ec85dc

#ec85dc #ec85a9 #c985ec

Monochromatic Colors of #ec85dc

#ec85dc

Complementary Color

#ec85dc #85ec95

#ec85dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec85dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec85dc Color CSS Codes

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

#ec85dc Text Font Color

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

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


#ec85dc Background Color

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

This div background color is #ec85dc


#ec85dc Border Color

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

This div border color is #ec85dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec85dc


Comments

No comments written yet.

Please login to write comment.