Color Hex Logo

#e9327e Color Hex

#E9327E
(233,50,126)
0 Favorites   0 Comments

Color spaces of #e9327e

RGB 23350126
HSL0.930.810.55
HSV335°79°91°
CMYK 0.000.790.46   0.09
XYZ38.510821.111221.7838
Yxy21.11120.47310.2593
Hunter Lab45.946969.20414.0530
CIE-Lab53.071072.26582.1143

#e9327e color RGB value is (233,50,126).

#e9327e hex color red value is 233, green value is 50 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #e9327e hue: 0.93 , saturation: 0.81 and the lightness value of e9327e is 0.55.

The process color (four color CMYK) of #e9327e color hex is 0.00, 0.79, 0.46, 0.09. Web safe color of #e9327e is #ff3366. Color #e9327e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00110010 01111110
Octal 351 62 176
Decimal 233 50 126
Hex E9 32 7E

RGB Percentages of Color #e9327e

%56.97
%12.22
%30.81

CMYK Percentages of Color #e9327e

%0
%79
%46
%9

Triadic Colors of #e9327e

#e9327e #7ee932 #327ee9

Analogous Colors of #e9327e

#e9327e #e94132 #e932da

Monochromatic Colors of #e9327e

#e9327e

Complementary Color

#e9327e #32e99d

#e9327e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9327e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9327e Color CSS Codes

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

#e9327e Text Font Color

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

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


#e9327e Background Color

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

This div background color is #e9327e


#e9327e Border Color

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

This div border color is #e9327e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9327e


Comments

No comments written yet.

Please login to write comment.