Color Hex Logo

#e952ce Color Hex

#E952CE
(233,82,206)
0 Favorites   0 Comments

Color spaces of #e952ce

RGB 23382206
HSL0.860.770.62
HSV311°65°91°
CMYK 0.000.650.12   0.09
XYZ47.762127.814561.2439
Yxy27.81450.34910.2033
Hunter Lab52.739569.3598-31.9331
CIE-Lab59.720871.1306-34.5408

#e952ce color RGB value is (233,82,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01010010 11001110
Octal 351 122 316
Decimal 233 82 206
Hex E9 52 CE

RGB Percentages of Color #e952ce

%44.72
%15.74
%39.54

CMYK Percentages of Color #e952ce

%0
%65
%12
%9

Triadic Colors of #e952ce

#e952ce #cee952 #52cee9

Analogous Colors of #e952ce

#e952ce #e95283 #b952e9

Monochromatic Colors of #e952ce

#e952ce

Complementary Color

#e952ce #52e96d

#e952ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e952ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e952ce Color CSS Codes

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

#e952ce Text Font Color

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

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


#e952ce Background Color

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

This div background color is #e952ce


#e952ce Border Color

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

This div border color is #e952ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e952ce


Comments

No comments written yet.

Please login to write comment.