Color Hex Logo

#e532dd Color Hex

#E532DD
(229,50,221)
0 Favorites   0 Comments

Color spaces of #e532dd

RGB 22950221
HSL0.840.770.55
HSV303°78°90°
CMYK 0.000.780.03   0.10
XYZ46.504824.159770.6188
Yxy24.15970.32920.1710
Hunter Lab49.152582.8678-50.7768
CIE-Lab56.247382.5832-48.5568

#e532dd color RGB value is (229,50,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110010 11011101
Octal 345 62 335
Decimal 229 50 221
Hex E5 32 DD

RGB Percentages of Color #e532dd

%45.80
%10.00
%44.20

CMYK Percentages of Color #e532dd

%0
%78
%3
%10

Triadic Colors of #e532dd

#e532dd #dde532 #32dde5

Analogous Colors of #e532dd

#e532dd #e53284 #9432e5

Monochromatic Colors of #e532dd

#e532dd

Complementary Color

#e532dd #32e53a

#e532dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e532dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e532dd Color CSS Codes

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

#e532dd Text Font Color

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

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


#e532dd Background Color

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

This div background color is #e532dd


#e532dd Border Color

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

This div border color is #e532dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e532dd


Comments

No comments written yet.

Please login to write comment.