Color Hex Logo

#e32cce Color Hex

#E32CCE
(227,44,206)
0 Favorites   0 Comments

Color spaces of #e32cce

RGB 22744206
HSL0.850.770.53
HSV307°81°89°
CMYK 0.000.810.09   0.11
XYZ43.719822.588560.4482
Yxy22.58850.34490.1782
Hunter Lab47.527481.0269-42.1395
CIE-Lab54.645981.4585-42.5724

#e32cce color RGB value is (227,44,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00101100 11001110
Octal 343 54 316
Decimal 227 44 206
Hex E3 2C CE

RGB Percentages of Color #e32cce

%47.59
%9.22
%43.19

CMYK Percentages of Color #e32cce

%0
%81
%9
%11

Triadic Colors of #e32cce

#e32cce #cee32c #2ccee3

Analogous Colors of #e32cce

#e32cce #e32c73 #9d2ce3

Monochromatic Colors of #e32cce

#e32cce

Complementary Color

#e32cce #2ce341

#e32cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e32cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e32cce Color CSS Codes

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

#e32cce Text Font Color

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

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


#e32cce Background Color

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

This div background color is #e32cce


#e32cce Border Color

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

This div border color is #e32cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e32cce


Comments

No comments written yet.

Please login to write comment.