Color Hex Logo

#e8227f Color Hex

#E8227F
(232,34,127)
0 Favorites   0 Comments

Color spaces of #e8227f

RGB 23234127
HSL0.920.810.52
HSV332°85°91°
CMYK 0.000.850.45   0.09
XYZ37.681519.832221.9206
Yxy19.83220.47440.2497
Hunter Lab44.533473.10281.9891
CIE-Lab51.647075.7287-0.5853

#e8227f color RGB value is (232,34,127).

#e8227f hex color red value is 232, green value is 34 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #e8227f hue: 0.92 , saturation: 0.81 and the lightness value of e8227f is 0.52.

The process color (four color CMYK) of #e8227f color hex is 0.00, 0.85, 0.45, 0.09. Web safe color of #e8227f is #ff3366. Color #e8227f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00100010 01111111
Octal 350 42 177
Decimal 232 34 127
Hex E8 22 7F

RGB Percentages of Color #e8227f

%59.03
%8.65
%32.32

CMYK Percentages of Color #e8227f

%0
%85
%45
%9

Triadic Colors of #e8227f

#e8227f #7fe822 #227fe8

Analogous Colors of #e8227f

#e8227f #e82822 #e822e2

Monochromatic Colors of #e8227f

#e8227f

Complementary Color

#e8227f #22e88b

#e8227f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8227f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8227f Color CSS Codes

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

#e8227f Text Font Color

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

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


#e8227f Background Color

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

This div background color is #e8227f


#e8227f Border Color

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

This div border color is #e8227f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,34,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e8227f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e8227f;
  -webkit-box-shadow: 1px 1px 3px 2px #e8227f;
  box-shadow:         1px 1px 3px 2px #e8227f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,34,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8227f


Comments

No comments written yet.

Please login to write comment.