Color Hex Logo

#ed25db Color Hex

#ED25DB
(237,37,219)
0 Favorites   0 Comments

Color spaces of #ed25db

RGB 23737219
HSL0.850.850.54
HSV305°84°93°
CMYK 0.000.840.08   0.07
XYZ48.372824.442169.1861
Yxy24.44210.34070.1721
Hunter Lab49.439088.1325-48.3646
CIE-Lab56.527786.5808-46.8945

#ed25db color RGB value is (237,37,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00100101 11011011
Octal 355 45 333
Decimal 237 37 219
Hex ED 25 DB

RGB Percentages of Color #ed25db

%48.07
%7.51
%44.42

CMYK Percentages of Color #ed25db

%0
%84
%8
%7

Triadic Colors of #ed25db

#ed25db #dbed25 #25dbed

Analogous Colors of #ed25db

#ed25db #ed2577 #9b25ed

Monochromatic Colors of #ed25db

#ed25db

Complementary Color

#ed25db #25ed37

#ed25db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed25db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed25db Color CSS Codes

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

#ed25db Text Font Color

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

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


#ed25db Background Color

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

This div background color is #ed25db


#ed25db Border Color

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

This div border color is #ed25db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed25db


Comments

No comments written yet.

Please login to write comment.