Color Hex Logo

#e527dd Color Hex

#E527DD
(229,39,221)
0 Favorites   0 Comments

Color spaces of #e527dd

RGB 22939221
HSL0.840.790.53
HSV303°83°90°
CMYK 0.000.830.03   0.10
XYZ46.089823.329570.4805
Yxy23.32950.32940.1668
Hunter Lab48.300685.8036-52.7058
CIE-Lab55.410185.0164-49.8871

#e527dd color RGB value is (229,39,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00100111 11011101
Octal 345 47 335
Decimal 229 39 221
Hex E5 27 DD

RGB Percentages of Color #e527dd

%46.83
%7.98
%45.19

CMYK Percentages of Color #e527dd

%0
%83
%3
%10

Triadic Colors of #e527dd

#e527dd #dde527 #27dde5

Analogous Colors of #e527dd

#e527dd #e5277e #8e27e5

Monochromatic Colors of #e527dd

#e527dd

Complementary Color

#e527dd #27e52f

#e527dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e527dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e527dd Color CSS Codes

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

#e527dd Text Font Color

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

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


#e527dd Background Color

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

This div background color is #e527dd


#e527dd Border Color

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

This div border color is #e527dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e527dd


Comments

No comments written yet.

Please login to write comment.