Color Hex Logo

#e9279f Color Hex

#E9279F
(233,39,159)
0 Favorites   0 Comments

Color spaces of #e9279f

RGB 23339159
HSL0.900.820.53
HSV323°83°91°
CMYK 0.000.830.32   0.09
XYZ40.587821.277934.7687
Yxy21.27790.42000.2202
Hunter Lab46.128076.3374-12.3999
CIE-Lab53.252378.0195-17.3008

#e9279f color RGB value is (233,39,159).

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

The process color (four color CMYK) of #e9279f color hex is 0.00, 0.83, 0.32, 0.09. Web safe color of #e9279f is #ff3399. Color #e9279f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00100111 10011111
Octal 351 47 237
Decimal 233 39 159
Hex E9 27 9F

RGB Percentages of Color #e9279f

%54.06
%9.05
%36.89

CMYK Percentages of Color #e9279f

%0
%83
%32
%9

Triadic Colors of #e9279f

#e9279f #9fe927 #279fe9

Analogous Colors of #e9279f

#e9279f #e9273e #d227e9

Monochromatic Colors of #e9279f

#e9279f

Complementary Color

#e9279f #27e971

#e9279f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9279f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9279f Color CSS Codes

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

#e9279f Text Font Color

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

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


#e9279f Background Color

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

This div background color is #e9279f


#e9279f Border Color

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

This div border color is #e9279f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,39,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9279f


Comments

No comments written yet.

Please login to write comment.