Color Hex Logo

#e32ead Color Hex

#E32EAD
(227,46,173)
0 Favorites   0 Comments

Color spaces of #e32ead

RGB 22746173
HSL0.880.760.54
HSV318°80°89°
CMYK 0.000.800.24   0.11
XYZ40.198421.302041.5282
Yxy21.30200.39020.2068
Hunter Lab46.154174.6968-21.0397
CIE-Lab53.278476.6989-25.5955

#e32ead color RGB value is (227,46,173).

#e32ead hex color red value is 227, green value is 46 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e32ead hue: 0.88 , saturation: 0.76 and the lightness value of e32ead is 0.54.

The process color (four color CMYK) of #e32ead color hex is 0.00, 0.80, 0.24, 0.11. Web safe color of #e32ead is #cc3399. Color #e32ead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00101110 10101101
Octal 343 56 255
Decimal 227 46 173
Hex E3 2E AD

RGB Percentages of Color #e32ead

%50.90
%10.31
%38.79

CMYK Percentages of Color #e32ead

%0
%80
%24
%11

Triadic Colors of #e32ead

#e32ead #ade32e #2eade3

Analogous Colors of #e32ead

#e32ead #e32e52 #bf2ee3

Monochromatic Colors of #e32ead

#e32ead

Complementary Color

#e32ead #2ee364

#e32ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e32ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#e32ead Color CSS Codes

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

#e32ead Text Font Color

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

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


#e32ead Background Color

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

This div background color is #e32ead


#e32ead Border Color

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

This div border color is #e32ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e32ead


Comments

No comments written yet.

Please login to write comment.