Color Hex Logo

#e525dc Color Hex

#E525DC
(229,37,220)
0 Favorites   0 Comments

Color spaces of #e525dc

RGB 22937220
HSL0.840.790.52
HSV303°84°90°
CMYK 0.000.840.04   0.10
XYZ45.892923.148569.7594
Yxy23.14850.33060.1668
Hunter Lab48.112986.0662-52.2862
CIE-Lab55.225085.2543-49.6143

#e525dc color RGB value is (229,37,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00100101 11011100
Octal 345 45 334
Decimal 229 37 220
Hex E5 25 DC

RGB Percentages of Color #e525dc

%47.12
%7.61
%45.27

CMYK Percentages of Color #e525dc

%0
%84
%4
%10

Triadic Colors of #e525dc

#e525dc #dce525 #25dce5

Analogous Colors of #e525dc

#e525dc #e5257c #8e25e5

Monochromatic Colors of #e525dc

#e525dc

Complementary Color

#e525dc #25e52e

#e525dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e525dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e525dc Color CSS Codes

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

#e525dc Text Font Color

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

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


#e525dc Background Color

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

This div background color is #e525dc


#e525dc Border Color

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

This div border color is #e525dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e525dc


Comments

No comments written yet.

Please login to write comment.