Color Hex Logo

#ec90cf Color Hex

#EC90CF
(236,144,207)
0 Favorites   0 Comments

Color spaces of #ec90cf

RGB 236144207
HSL0.890.710.75
HSV319°39°93°
CMYK 0.000.390.12   0.07
XYZ55.827842.284464.2507
Yxy42.28440.34380.2604
Hunter Lab65.026539.4531-13.0642
CIE-Lab71.066643.4495-17.6378

#ec90cf color RGB value is (236,144,207).

#ec90cf hex color red value is 236, green value is 144 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ec90cf hue: 0.89 , saturation: 0.71 and the lightness value of ec90cf is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010000 11001111
Octal 354 220 317
Decimal 236 144 207
Hex EC 90 CF

RGB Percentages of Color #ec90cf

%40.20
%24.53
%35.26

CMYK Percentages of Color #ec90cf

%0
%39
%12
%7

Triadic Colors of #ec90cf

#ec90cf #cfec90 #90cfec

Analogous Colors of #ec90cf

#ec90cf #ec90a1 #db90ec

Monochromatic Colors of #ec90cf

#ec90cf

Complementary Color

#ec90cf #90ecad

#ec90cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec90cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec90cf Color CSS Codes

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

#ec90cf Text Font Color

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

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


#ec90cf Background Color

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

This div background color is #ec90cf


#ec90cf Border Color

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

This div border color is #ec90cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec90cf


Comments

No comments written yet.

Please login to write comment.