Color Hex Logo

#e852cd Color Hex

#E852CD
(232,82,205)
0 Favorites   0 Comments

Color spaces of #e852cd

RGB 23282205
HSL0.860.770.62
HSV311°65°91°
CMYK 0.000.650.12   0.09
XYZ47.315427.598260.5908
Yxy27.59820.34920.2037
Hunter Lab52.534068.8338-31.6091
CIE-Lab59.524070.7357-34.2911

#e852cd color RGB value is (232,82,205).

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

The process color (four color CMYK) of #e852cd color hex is 0.00, 0.65, 0.12, 0.09. Web safe color of #e852cd is #ff66cc. Color #e852cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01010010 11001101
Octal 350 122 315
Decimal 232 82 205
Hex E8 52 CD

RGB Percentages of Color #e852cd

%44.70
%15.80
%39.50

CMYK Percentages of Color #e852cd

%0
%65
%12
%9

Triadic Colors of #e852cd

#e852cd #cde852 #52cde8

Analogous Colors of #e852cd

#e852cd #e85282 #b852e8

Monochromatic Colors of #e852cd

#e852cd

Complementary Color

#e852cd #52e86d

#e852cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e852cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e852cd Color CSS Codes

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

#e852cd Text Font Color

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

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


#e852cd Background Color

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

This div background color is #e852cd


#e852cd Border Color

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

This div border color is #e852cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e852cd


Comments

No comments written yet.

Please login to write comment.