Color Hex Logo

#e552ce Color Hex

#E552CE
(229,82,206)
0 Favorites   0 Comments

Color spaces of #e552ce

RGB 22982206
HSL0.860.740.61
HSV309°64°90°
CMYK 0.000.640.10   0.10
XYZ46.471027.148861.1835
Yxy27.14880.34470.2014
Hunter Lab52.104568.0178-33.1479
CIE-Lab59.111870.1409-35.5365

#e552ce color RGB value is (229,82,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010010 11001110
Octal 345 122 316
Decimal 229 82 206
Hex E5 52 CE

RGB Percentages of Color #e552ce

%44.29
%15.86
%39.85

CMYK Percentages of Color #e552ce

%0
%64
%10
%10

Triadic Colors of #e552ce

#e552ce #cee552 #52cee5

Analogous Colors of #e552ce

#e552ce #e55285 #b352e5

Monochromatic Colors of #e552ce

#e552ce

Complementary Color

#e552ce #52e569

#e552ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e552ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e552ce Color CSS Codes

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

#e552ce Text Font Color

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

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


#e552ce Background Color

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

This div background color is #e552ce


#e552ce Border Color

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

This div border color is #e552ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e552ce


Comments

No comments written yet.

Please login to write comment.