Color Hex Logo

#ed9dcd Color Hex

#ED9DCD
(237,157,205)
0 Favorites   0 Comments

Color spaces of #ed9dcd

RGB 237157205
HSL0.900.690.77
HSV324°34°93°
CMYK 0.000.340.14   0.07
XYZ58.001546.526263.6811
Yxy46.52620.34480.2766
Hunter Lab68.210132.4172-7.6062
CIE-Lab73.885736.6637-12.2801

#ed9dcd color RGB value is (237,157,205).

#ed9dcd hex color red value is 237, green value is 157 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ed9dcd hue: 0.90 , saturation: 0.69 and the lightness value of ed9dcd is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011101 11001101
Octal 355 235 315
Decimal 237 157 205
Hex ED 9D CD

RGB Percentages of Color #ed9dcd

%39.57
%26.21
%34.22

CMYK Percentages of Color #ed9dcd

%0
%34
%14
%7

Triadic Colors of #ed9dcd

#ed9dcd #cded9d #9dcded

Analogous Colors of #ed9dcd

#ed9dcd #ed9da5 #e59ded

Monochromatic Colors of #ed9dcd

#ed9dcd

Complementary Color

#ed9dcd #9dedbd

#ed9dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9dcd Color CSS Codes

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

#ed9dcd Text Font Color

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

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


#ed9dcd Background Color

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

This div background color is #ed9dcd


#ed9dcd Border Color

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

This div border color is #ed9dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9dcd


Comments

No comments written yet.

Please login to write comment.