Color Hex Logo

#e524db Color Hex

#E524DB
(229,36,219)
0 Favorites   0 Comments

Color spaces of #e524db

RGB 22936219
HSL0.840.790.52
HSV303°84°90°
CMYK 0.000.840.04   0.10
XYZ45.730223.034269.0536
Yxy23.03420.33180.1671
Hunter Lab47.994086.0912-51.7105
CIE-Lab55.107585.2964-49.2333

#e524db color RGB value is (229,36,219).

#e524db hex color red value is 229, green value is 36 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e524db hue: 0.84 , saturation: 0.79 and the lightness value of e524db is 0.52.

The process color (four color CMYK) of #e524db color hex is 0.00, 0.84, 0.04, 0.10. Web safe color of #e524db is #cc33cc. Color #e524db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00100100 11011011
Octal 345 44 333
Decimal 229 36 219
Hex E5 24 DB

RGB Percentages of Color #e524db

%47.31
%7.44
%45.25

CMYK Percentages of Color #e524db

%0
%84
%4
%10

Triadic Colors of #e524db

#e524db #dbe524 #24dbe5

Analogous Colors of #e524db

#e524db #e5247b #8f24e5

Monochromatic Colors of #e524db

#e524db

Complementary Color

#e524db #24e52e

#e524db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e524db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e524db Color CSS Codes

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

#e524db Text Font Color

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

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


#e524db Background Color

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

This div background color is #e524db


#e524db Border Color

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

This div border color is #e524db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e524db


Comments

No comments written yet.

Please login to write comment.