Color Hex Logo

#e352ce Color Hex

#E352CE
(227,82,206)
0 Favorites   0 Comments

Color spaces of #e352ce

RGB 22782206
HSL0.860.720.61
HSV309°64°89°
CMYK 0.000.640.09   0.11
XYZ45.836426.821761.1538
Yxy26.82170.34250.2004
Hunter Lab51.789767.3493-33.7575
CIE-Lab58.808969.6452-36.0320

#e352ce color RGB value is (227,82,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010010 11001110
Octal 343 122 316
Decimal 227 82 206
Hex E3 52 CE

RGB Percentages of Color #e352ce

%44.08
%15.92
%40.00

CMYK Percentages of Color #e352ce

%0
%64
%9
%11

Triadic Colors of #e352ce

#e352ce #cee352 #52cee3

Analogous Colors of #e352ce

#e352ce #e35286 #b052e3

Monochromatic Colors of #e352ce

#e352ce

Complementary Color

#e352ce #52e367

#e352ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e352ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e352ce Color CSS Codes

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

#e352ce Text Font Color

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

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


#e352ce Background Color

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

This div background color is #e352ce


#e352ce Border Color

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

This div border color is #e352ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e352ce


Comments

No comments written yet.

Please login to write comment.