Color Hex Logo

#e32edd Color Hex

#E32EDD
(227,46,221)
0 Favorites   0 Comments

Color spaces of #e32edd

RGB 22746221
HSL0.840.760.54
HSV302°80°89°
CMYK 0.000.800.03   0.11
XYZ45.706723.505370.5346
Yxy23.50530.32710.1682
Hunter Lab48.482383.4371-52.3207
CIE-Lab55.589083.1538-49.6229

#e32edd color RGB value is (227,46,221).

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

The process color (four color CMYK) of #e32edd color hex is 0.00, 0.80, 0.03, 0.11. Web safe color of #e32edd is #cc33cc. Color #e32edd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00101110 11011101
Octal 343 56 335
Decimal 227 46 221
Hex E3 2E DD

RGB Percentages of Color #e32edd

%45.95
%9.31
%44.74

CMYK Percentages of Color #e32edd

%0
%80
%3
%11

Triadic Colors of #e32edd

#e32edd #dde32e #2edde3

Analogous Colors of #e32edd

#e32edd #e32e83 #8f2ee3

Monochromatic Colors of #e32edd

#e32edd

Complementary Color

#e32edd #2ee334

#e32edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e32edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e32edd Color CSS Codes

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

#e32edd Text Font Color

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

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


#e32edd Background Color

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

This div background color is #e32edd


#e32edd Border Color

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

This div border color is #e32edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e32edd


Comments

No comments written yet.

Please login to write comment.