Color Hex Logo

#e32faf Color Hex

#E32FAF
(227,47,175)
0 Favorites   0 Comments

Color spaces of #e32faf

RGB 22747175
HSL0.880.760.54
HSV317°79°89°
CMYK 0.000.790.23   0.11
XYZ40.432921.459142.5684
Yxy21.45910.38710.2054
Hunter Lab46.324074.7330-22.0565
CIE-Lab53.448376.6950-26.5036

#e32faf color RGB value is (227,47,175).

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

The process color (four color CMYK) of #e32faf color hex is 0.00, 0.79, 0.23, 0.11. Web safe color of #e32faf is #cc3399. Color #e32faf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00101111 10101111
Octal 343 57 257
Decimal 227 47 175
Hex E3 2F AF

RGB Percentages of Color #e32faf

%50.56
%10.47
%38.98

CMYK Percentages of Color #e32faf

%0
%79
%23
%11

Triadic Colors of #e32faf

#e32faf #afe32f #2fafe3

Analogous Colors of #e32faf

#e32faf #e32f55 #bd2fe3

Monochromatic Colors of #e32faf

#e32faf

Complementary Color

#e32faf #2fe363

#e32faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e32faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e32faf Color CSS Codes

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

#e32faf Text Font Color

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

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


#e32faf Background Color

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

This div background color is #e32faf


#e32faf Border Color

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

This div border color is #e32faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e32faf


Comments

No comments written yet.

Please login to write comment.