Color Hex Logo

#e32fdd Color Hex

#E32FDD
(227,47,221)
0 Favorites   0 Comments

Color spaces of #e32fdd

RGB 22747221
HSL0.840.760.54
HSV302°79°89°
CMYK 0.000.790.03   0.11
XYZ45.746223.584470.5478
Yxy23.58440.32700.1686
Hunter Lab48.563883.1572-52.1350
CIE-Lab55.669382.9209-49.4954

#e32fdd color RGB value is (227,47,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00101111 11011101
Octal 343 57 335
Decimal 227 47 221
Hex E3 2F DD

RGB Percentages of Color #e32fdd

%45.86
%9.49
%44.65

CMYK Percentages of Color #e32fdd

%0
%79
%3
%11

Triadic Colors of #e32fdd

#e32fdd #dde32f #2fdde3

Analogous Colors of #e32fdd

#e32fdd #e32f83 #8f2fe3

Monochromatic Colors of #e32fdd

#e32fdd

Complementary Color

#e32fdd #2fe335

#e32fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e32fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e32fdd Color CSS Codes

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

#e32fdd Text Font Color

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

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


#e32fdd Background Color

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

This div background color is #e32fdd


#e32fdd Border Color

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

This div border color is #e32fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e32fdd


Comments

No comments written yet.

Please login to write comment.