color codes Logo

#ed09db color codes

#ED09DB
(237,9,219)
0 Favorites   0 Comments

Color spaces of #ed09db

RGB 2379219
HSL0.850.930.48
HSV305°96°93°
CMYK 0.000.960.08   0.07
XYZ47.808923.314468.9981
Yxy23.31440.34120.1664
Hunter Lab48.285092.2413-50.9245
CIE-Lab55.394789.9073-48.6922

#ed09db color RGB value is (237,9,219).

#ed09db hex color red value is 237, green value is 9 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ed09db hue: 0.85 , saturation: 0.93 and the lightness value of ed09db is 0.48.

The process color (four color CMYK) of #ed09db color code is 0.00, 0.96, 0.08, 0.07. Web safe color of #ed09db is #ff00cc. Color #ed09db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00001001 11011011
Octal 355 11 333
Decimal 237 9 219
Hex ED 9 DB

RGB Percentages of Color #ed09db

%50.97
%1.94
%47.10

CMYK Percentages of Color #ed09db

%0
%96
%8
%7

Triadic Colors of #ed09db

#ed09db #dbed09 #09dbed

Analogous Colors of #ed09db

#ed09db #ed0969 #8d09ed

Monochromatic Colors of #ed09db

#ed09db

Complementary Color

#ed09db #09ed1b

#ed09db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed09db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed09db Color CSS Codes

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

#ed09db Text Font Color

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

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


#ed09db Background Color

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

This div background color is #ed09db


#ed09db Border Color

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

This div border color is #ed09db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed09db


Comments

No comments written yet.

Please login to write comment.