Color Hex Logo

#e8287f Color Hex

#E8287F
(232,40,127)
0 Favorites   0 Comments

Color spaces of #e8287f

RGB 23240127
HSL0.920.810.53
HSV333°83°91°
CMYK 0.000.830.45   0.09
XYZ37.868320.205721.9829
Yxy20.20570.47300.2524
Hunter Lab44.950871.71172.4701
CIE-Lab52.069074.51560.0314

#e8287f color RGB value is (232,40,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00101000 01111111
Octal 350 50 177
Decimal 232 40 127
Hex E8 28 7F

RGB Percentages of Color #e8287f

%58.15
%10.03
%31.83

CMYK Percentages of Color #e8287f

%0
%83
%45
%9

Triadic Colors of #e8287f

#e8287f #7fe828 #287fe8

Analogous Colors of #e8287f

#e8287f #e83128 #e828df

Monochromatic Colors of #e8287f

#e8287f

Complementary Color

#e8287f #28e891

#e8287f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8287f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8287f Color CSS Codes

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

#e8287f Text Font Color

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

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


#e8287f Background Color

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

This div background color is #e8287f


#e8287f Border Color

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

This div border color is #e8287f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8287f


Comments

No comments written yet.

Please login to write comment.