color codes Logo

#ed02db color codes

#ED02DB
(237,2,219)
0 Favorites   0 Comments

Color spaces of #ed02db

RGB 2372219
HSL0.850.980.47
HSV305°99°93°
CMYK 0.000.990.08   0.07
XYZ47.732923.162468.9728
Yxy23.16240.34130.1656
Hunter Lab48.127392.8143-51.2812
CIE-Lab55.239290.3667-48.9392

#ed02db color RGB value is (237,2,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000010 11011011
Octal 355 2 333
Decimal 237 2 219
Hex ED 2 DB

RGB Percentages of Color #ed02db

%51.75
%0.44
%47.82

CMYK Percentages of Color #ed02db

%0
%99
%8
%7

Triadic Colors of #ed02db

#ed02db #dbed02 #02dbed

Analogous Colors of #ed02db

#ed02db #ed0266 #8a02ed

Monochromatic Colors of #ed02db

#ed02db

Complementary Color

#ed02db #02ed14

#ed02db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed02db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed02db Color CSS Codes

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

#ed02db Text Font Color

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

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


#ed02db Background Color

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

This div background color is #ed02db


#ed02db Border Color

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

This div border color is #ed02db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed02db


Comments

No comments written yet.

Please login to write comment.