Color Hex Logo

#e32fbf Color Hex

#E32FBF
(227,47,191)
0 Favorites   0 Comments

Color spaces of #e32fbf

RGB 22747191
HSL0.870.760.54
HSV312°79°89°
CMYK 0.000.790.16   0.11
XYZ42.099022.125551.3420
Yxy22.12550.36430.1915
Hunter Lab47.037877.4422-31.7890
CIE-Lab54.159978.7236-34.7032

#e32fbf color RGB value is (227,47,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00101111 10111111
Octal 343 57 277
Decimal 227 47 191
Hex E3 2F BF

RGB Percentages of Color #e32fbf

%48.82
%10.11
%41.08

CMYK Percentages of Color #e32fbf

%0
%79
%16
%11

Triadic Colors of #e32fbf

#e32fbf #bfe32f #2fbfe3

Analogous Colors of #e32fbf

#e32fbf #e32f65 #ad2fe3

Monochromatic Colors of #e32fbf

#e32fbf

Complementary Color

#e32fbf #2fe353

#e32fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e32fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e32fbf Color CSS Codes

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

#e32fbf Text Font Color

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

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


#e32fbf Background Color

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

This div background color is #e32fbf


#e32fbf Border Color

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

This div border color is #e32fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e32fbf


Comments

No comments written yet.

Please login to write comment.