Color Hex Logo

#e322ce Color Hex

#E322CE
(227,34,206)
0 Favorites   0 Comments

Color spaces of #e322ce

RGB 22734206
HSL0.850.780.51
HSV307°85°89°
CMYK 0.000.850.09   0.11
XYZ43.391221.931260.3387
Yxy21.93120.34530.1745
Hunter Lab46.830883.4360-43.6102
CIE-Lab53.953983.4718-43.6662

#e322ce color RGB value is (227,34,206).

#e322ce hex color red value is 227, green value is 34 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e322ce hue: 0.85 , saturation: 0.78 and the lightness value of e322ce is 0.51.

The process color (four color CMYK) of #e322ce color hex is 0.00, 0.85, 0.09, 0.11. Web safe color of #e322ce is #cc33cc. Color #e322ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00100010 11001110
Octal 343 42 316
Decimal 227 34 206
Hex E3 22 CE

RGB Percentages of Color #e322ce

%48.61
%7.28
%44.11

CMYK Percentages of Color #e322ce

%0
%85
%9
%11

Triadic Colors of #e322ce

#e322ce #cee322 #22cee3

Analogous Colors of #e322ce

#e322ce #e3226e #9822e3

Monochromatic Colors of #e322ce

#e322ce

Complementary Color

#e322ce #22e337

#e322ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e322ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e322ce Color CSS Codes

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

#e322ce Text Font Color

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

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


#e322ce Background Color

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

This div background color is #e322ce


#e322ce Border Color

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

This div border color is #e322ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e322ce


Comments

No comments written yet.

Please login to write comment.