Color Hex Logo

#e9277f Color Hex

#E9277F
(233,39,127)
0 Favorites   0 Comments

Color spaces of #e9277f

RGB 23339127
HSL0.920.820.53
HSV333°83°91°
CMYK 0.000.830.45   0.09
XYZ38.160620.307021.9870
Yxy20.30700.47430.2524
Hunter Lab45.063372.29702.6159
CIE-Lab52.182674.97030.2199

#e9277f color RGB value is (233,39,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00100111 01111111
Octal 351 47 177
Decimal 233 39 127
Hex E9 27 7F

RGB Percentages of Color #e9277f

%58.40
%9.77
%31.83

CMYK Percentages of Color #e9277f

%0
%83
%45
%9

Triadic Colors of #e9277f

#e9277f #7fe927 #277fe9

Analogous Colors of #e9277f

#e9277f #e93027 #e927e0

Monochromatic Colors of #e9277f

#e9277f

Complementary Color

#e9277f #27e991

#e9277f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9277f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9277f Color CSS Codes

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

#e9277f Text Font Color

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

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


#e9277f Background Color

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

This div background color is #e9277f


#e9277f Border Color

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

This div border color is #e9277f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9277f


Comments

No comments written yet.

Please login to write comment.