Color Hex Logo

#ed8dcd Color Hex

#ED8DCD
(237,141,205)
0 Favorites   0 Comments

Color spaces of #ed8dcd

RGB 237141205
HSL0.890.730.74
HSV320°41°93°
CMYK 0.000.410.14   0.07
XYZ55.469441.462162.8370
Yxy41.46210.34720.2595
Hunter Lab64.391141.0837-12.7853
CIE-Lab70.498545.0002-17.3778

#ed8dcd color RGB value is (237,141,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10001101 11001101
Octal 355 215 315
Decimal 237 141 205
Hex ED 8D CD

RGB Percentages of Color #ed8dcd

%40.65
%24.19
%35.16

CMYK Percentages of Color #ed8dcd

%0
%41
%14
%7

Triadic Colors of #ed8dcd

#ed8dcd #cded8d #8dcded

Analogous Colors of #ed8dcd

#ed8dcd #ed8d9d #dd8ded

Monochromatic Colors of #ed8dcd

#ed8dcd

Complementary Color

#ed8dcd #8dedad

#ed8dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed8dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed8dcd Color CSS Codes

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

#ed8dcd Text Font Color

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

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


#ed8dcd Background Color

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

This div background color is #ed8dcd


#ed8dcd Border Color

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

This div border color is #ed8dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed8dcd


Comments

No comments written yet.

Please login to write comment.