Color Hex Logo

#ed90cf Color Hex

#ED90CF
(237,144,207)
0 Favorites   0 Comments

Color spaces of #ed90cf

RGB 237144207
HSL0.890.720.75
HSV319°39°93°
CMYK 0.000.390.13   0.07
XYZ56.160842.456064.2663
Yxy42.45600.34480.2607
Hunter Lab65.158339.8246-12.8676
CIE-Lab71.184243.7734-17.4486

#ed90cf color RGB value is (237,144,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010000 11001111
Octal 355 220 317
Decimal 237 144 207
Hex ED 90 CF

RGB Percentages of Color #ed90cf

%40.31
%24.49
%35.20

CMYK Percentages of Color #ed90cf

%0
%39
%13
%7

Triadic Colors of #ed90cf

#ed90cf #cfed90 #90cfed

Analogous Colors of #ed90cf

#ed90cf #ed90a1 #dd90ed

Monochromatic Colors of #ed90cf

#ed90cf

Complementary Color

#ed90cf #90edae

#ed90cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed90cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed90cf Color CSS Codes

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

#ed90cf Text Font Color

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

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


#ed90cf Background Color

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

This div background color is #ed90cf


#ed90cf Border Color

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

This div border color is #ed90cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed90cf


Comments

No comments written yet.

Please login to write comment.