Color Hex Logo

#ed8ecd Color Hex

#ED8ECD
(237,142,205)
0 Favorites   0 Comments

Color spaces of #ed8ecd

RGB 237142205
HSL0.890.730.74
HSV320°40°93°
CMYK 0.000.400.14   0.07
XYZ55.617541.758362.8864
Yxy41.75830.34700.2606
Hunter Lab64.620740.5446-12.4643
CIE-Lab70.704044.4860-17.0672

#ed8ecd color RGB value is (237,142,205).

#ed8ecd hex color red value is 237, green value is 142 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ed8ecd hue: 0.89 , saturation: 0.73 and the lightness value of ed8ecd is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10001110 11001101
Octal 355 216 315
Decimal 237 142 205
Hex ED 8E CD

RGB Percentages of Color #ed8ecd

%40.58
%24.32
%35.10

CMYK Percentages of Color #ed8ecd

%0
%40
%14
%7

Triadic Colors of #ed8ecd

#ed8ecd #cded8e #8ecded

Analogous Colors of #ed8ecd

#ed8ecd #ed8e9e #de8eed

Monochromatic Colors of #ed8ecd

#ed8ecd

Complementary Color

#ed8ecd #8eedae

#ed8ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed8ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed8ecd Color CSS Codes

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

#ed8ecd Text Font Color

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

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


#ed8ecd Background Color

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

This div background color is #ed8ecd


#ed8ecd Border Color

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

This div border color is #ed8ecd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,142,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed8ecd


Comments

No comments written yet.

Please login to write comment.