Color Hex Logo

#e552cd Color Hex

#E552CD
(229,82,205)
0 Favorites   0 Comments

Color spaces of #e552cd

RGB 22982205
HSL0.860.740.61
HSV310°64°90°
CMYK 0.000.640.10   0.10
XYZ46.349827.100460.5456
Yxy27.10040.34590.2022
Hunter Lab52.058067.8256-32.5160
CIE-Lab59.067169.9907-35.0379

#e552cd color RGB value is (229,82,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010010 11001101
Octal 345 122 315
Decimal 229 82 205
Hex E5 52 CD

RGB Percentages of Color #e552cd

%44.38
%15.89
%39.73

CMYK Percentages of Color #e552cd

%0
%64
%10
%10

Triadic Colors of #e552cd

#e552cd #cde552 #52cde5

Analogous Colors of #e552cd

#e552cd #e55284 #b452e5

Monochromatic Colors of #e552cd

#e552cd

Complementary Color

#e552cd #52e56a

#e552cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e552cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e552cd Color CSS Codes

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

#e552cd Text Font Color

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

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


#e552cd Background Color

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

This div background color is #e552cd


#e552cd Border Color

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

This div border color is #e552cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e552cd


Comments

No comments written yet.

Please login to write comment.