Color Hex Logo

#ed9cdb Color Hex

#ED9CDB
(237,156,219)
0 Favorites   0 Comments

Color spaces of #ed9cdb

RGB 237156219
HSL0.870.690.77
HSV313°34°93°
CMYK 0.000.340.08   0.07
XYZ59.599746.895972.9284
Yxy46.89590.33220.2614
Hunter Lab68.480635.5103-15.2045
CIE-Lab74.123139.5002-19.6035

#ed9cdb color RGB value is (237,156,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011100 11011011
Octal 355 234 333
Decimal 237 156 219
Hex ED 9C DB

RGB Percentages of Color #ed9cdb

%38.73
%25.49
%35.78

CMYK Percentages of Color #ed9cdb

%0
%34
%8
%7

Triadic Colors of #ed9cdb

#ed9cdb #dbed9c #9cdbed

Analogous Colors of #ed9cdb

#ed9cdb #ed9cb3 #d79ced

Monochromatic Colors of #ed9cdb

#ed9cdb

Complementary Color

#ed9cdb #9cedae

#ed9cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9cdb Color CSS Codes

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

#ed9cdb Text Font Color

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

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


#ed9cdb Background Color

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

This div background color is #ed9cdb


#ed9cdb Border Color

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

This div border color is #ed9cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9cdb


Comments

No comments written yet.

Please login to write comment.