Color Hex Logo

#e7287f Color Hex

#E7287F
(231,40,127)
0 Favorites   0 Comments

Color spaces of #e7287f

RGB 23140127
HSL0.920.800.53
HSV333°83°91°
CMYK 0.000.830.45   0.09
XYZ37.544620.038821.9677
Yxy20.03880.47200.2519
Hunter Lab44.764771.37142.2395
CIE-Lab51.881174.2743-0.2655

#e7287f color RGB value is (231,40,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101000 01111111
Octal 347 50 177
Decimal 231 40 127
Hex E7 28 7F

RGB Percentages of Color #e7287f

%58.04
%10.05
%31.91

CMYK Percentages of Color #e7287f

%0
%83
%45
%9

Triadic Colors of #e7287f

#e7287f #7fe728 #287fe7

Analogous Colors of #e7287f

#e7287f #e73128 #e728df

Monochromatic Colors of #e7287f

#e7287f

Complementary Color

#e7287f #28e790

#e7287f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7287f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7287f Color CSS Codes

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

#e7287f Text Font Color

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

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


#e7287f Background Color

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

This div background color is #e7287f


#e7287f Border Color

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

This div border color is #e7287f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7287f


Comments

No comments written yet.

Please login to write comment.