Color Hex Logo

#e552dd Color Hex

#E552DD
(229,82,221)
0 Favorites   0 Comments

Color spaces of #e552dd

RGB 22982221
HSL0.840.740.61
HSV303°64°90°
CMYK 0.000.640.03   0.10
XYZ48.381527.913171.2444
Yxy27.91310.32790.1892
Hunter Lab52.832871.0033-42.9688
CIE-Lab59.810172.4564-42.9237

#e552dd color RGB value is (229,82,221).

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

The process color (four color CMYK) of #e552dd color hex is 0.00, 0.64, 0.03, 0.10. Web safe color of #e552dd is #cc66cc. Color #e552dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010010 11011101
Octal 345 122 335
Decimal 229 82 221
Hex E5 52 DD

RGB Percentages of Color #e552dd

%43.05
%15.41
%41.54

CMYK Percentages of Color #e552dd

%0
%64
%3
%10

Triadic Colors of #e552dd

#e552dd #dde552 #52dde5

Analogous Colors of #e552dd

#e552dd #e55294 #a452e5

Monochromatic Colors of #e552dd

#e552dd

Complementary Color

#e552dd #52e55a

#e552dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e552dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e552dd Color CSS Codes

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

#e552dd Text Font Color

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

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


#e552dd Background Color

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

This div background color is #e552dd


#e552dd Border Color

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

This div border color is #e552dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e552dd


Comments

No comments written yet.

Please login to write comment.