Color Hex Logo

#ed24db Color Hex

#ED24DB
(237,36,219)
0 Favorites   0 Comments

Color spaces of #ed24db

RGB 23736219
HSL0.850.850.54
HSV305°85°93°
CMYK 0.000.850.08   0.07
XYZ48.342124.380869.1759
Yxy24.38080.34070.1718
Hunter Lab49.376988.3495-48.5001
CIE-Lab56.467186.7579-46.9907

#ed24db color RGB value is (237,36,219).

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

The process color (four color CMYK) of #ed24db color hex is 0.00, 0.85, 0.08, 0.07. Web safe color of #ed24db is #ff33cc. Color #ed24db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00100100 11011011
Octal 355 44 333
Decimal 237 36 219
Hex ED 24 DB

RGB Percentages of Color #ed24db

%48.17
%7.32
%44.51

CMYK Percentages of Color #ed24db

%0
%85
%8
%7

Triadic Colors of #ed24db

#ed24db #dbed24 #24dbed

Analogous Colors of #ed24db

#ed24db #ed2477 #9b24ed

Monochromatic Colors of #ed24db

#ed24db

Complementary Color

#ed24db #24ed36

#ed24db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed24db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed24db Color CSS Codes

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

#ed24db Text Font Color

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

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


#ed24db Background Color

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

This div background color is #ed24db


#ed24db Border Color

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

This div border color is #ed24db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed24db


Comments

No comments written yet.

Please login to write comment.