Color Hex Logo

#ed9ddb Color Hex

#ED9DDB
(237,157,219)
0 Favorites   0 Comments

Color spaces of #ed9ddb

RGB 237157219
HSL0.870.690.77
HSV314°34°93°
CMYK 0.000.340.08   0.07
XYZ59.768247.232972.9846
Yxy47.23290.33210.2624
Hunter Lab68.726234.9629-14.8554
CIE-Lab74.338538.9749-19.2771

#ed9ddb color RGB value is (237,157,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011101 11011011
Octal 355 235 333
Decimal 237 157 219
Hex ED 9D DB

RGB Percentages of Color #ed9ddb

%38.66
%25.61
%35.73

CMYK Percentages of Color #ed9ddb

%0
%34
%8
%7

Triadic Colors of #ed9ddb

#ed9ddb #dbed9d #9ddbed

Analogous Colors of #ed9ddb

#ed9ddb #ed9db3 #d79ded

Monochromatic Colors of #ed9ddb

#ed9ddb

Complementary Color

#ed9ddb #9dedaf

#ed9ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9ddb Color CSS Codes

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

#ed9ddb Text Font Color

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

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


#ed9ddb Background Color

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

This div background color is #ed9ddb


#ed9ddb Border Color

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

This div border color is #ed9ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9ddb


Comments

No comments written yet.

Please login to write comment.