Color Hex Logo

#e32885 Color Hex

#E32885
(227,40,133)
0 Favorites   0 Comments

Color spaces of #e32885

RGB 22740133
HSL0.920.770.52
HSV330°82°89°
CMYK 0.000.820.41   0.11
XYZ36.671019.541924.0295
Yxy19.54190.45700.2435
Hunter Lab44.206270.7127-1.2843
CIE-Lab51.315373.8452-4.8017

#e32885 color RGB value is (227,40,133).

#e32885 hex color red value is 227, green value is 40 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #e32885 hue: 0.92 , saturation: 0.77 and the lightness value of e32885 is 0.52.

The process color (four color CMYK) of #e32885 color hex is 0.00, 0.82, 0.41, 0.11. Web safe color of #e32885 is #cc3399. Color #e32885 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00101000 10000101
Octal 343 50 205
Decimal 227 40 133
Hex E3 28 85

RGB Percentages of Color #e32885

%56.75
%10.00
%33.25

CMYK Percentages of Color #e32885

%0
%82
%41
%11

Triadic Colors of #e32885

#e32885 #85e328 #2885e3

Analogous Colors of #e32885

#e32885 #e32828 #e328e3

Monochromatic Colors of #e32885

#e32885

Complementary Color

#e32885 #28e386

#e32885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e32885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e32885 Color CSS Codes

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

#e32885 Text Font Color

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

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


#e32885 Background Color

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

This div background color is #e32885


#e32885 Border Color

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

This div border color is #e32885


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,40,133, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e32885">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e32885


Comments

No comments written yet.

Please login to write comment.