Color Hex Logo

#e32fbe Color Hex

#E32FBE
(227,47,190)
0 Favorites   0 Comments

Color spaces of #e32fbe

RGB 22747190
HSL0.870.760.54
HSV312°79°89°
CMYK 0.000.790.16   0.11
XYZ41.989322.081650.7643
Yxy22.08160.36560.1923
Hunter Lab46.991177.2660-31.1571
CIE-Lab54.113578.5924-34.1972

#e32fbe color RGB value is (227,47,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00101111 10111110
Octal 343 57 276
Decimal 227 47 190
Hex E3 2F BE

RGB Percentages of Color #e32fbe

%48.92
%10.13
%40.95

CMYK Percentages of Color #e32fbe

%0
%79
%16
%11

Triadic Colors of #e32fbe

#e32fbe #bee32f #2fbee3

Analogous Colors of #e32fbe

#e32fbe #e32f64 #ae2fe3

Monochromatic Colors of #e32fbe

#e32fbe

Complementary Color

#e32fbe #2fe354

#e32fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e32fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e32fbe Color CSS Codes

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

#e32fbe Text Font Color

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

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


#e32fbe Background Color

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

This div background color is #e32fbe


#e32fbe Border Color

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

This div border color is #e32fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e32fbe


Comments

No comments written yet.

Please login to write comment.