Color Hex Logo

#e524dd Color Hex

#E524DD
(229,36,221)
0 Favorites   0 Comments

Color spaces of #e524dd

RGB 22936221
HSL0.840.790.52
HSV302°84°90°
CMYK 0.000.840.03   0.10
XYZ45.995123.140270.4489
Yxy23.14020.32950.1658
Hunter Lab48.104386.4911-53.1575
CIE-Lab55.216585.5820-50.1952

#e524dd color RGB value is (229,36,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00100100 11011101
Octal 345 44 335
Decimal 229 36 221
Hex E5 24 DD

RGB Percentages of Color #e524dd

%47.12
%7.41
%45.47

CMYK Percentages of Color #e524dd

%0
%84
%3
%10

Triadic Colors of #e524dd

#e524dd #dde524 #24dde5

Analogous Colors of #e524dd

#e524dd #e5247d #8d24e5

Monochromatic Colors of #e524dd

#e524dd

Complementary Color

#e524dd #24e52c

#e524dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e524dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e524dd Color CSS Codes

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

#e524dd Text Font Color

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

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


#e524dd Background Color

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

This div background color is #e524dd


#e524dd Border Color

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

This div border color is #e524dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,36,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e524dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e524dd


Comments

No comments written yet.

Please login to write comment.