Color Hex Logo

#e9078c Color Hex

#E9078C
(233,7,140)
0 Favorites   0 Comments

Color spaces of #e9078c

RGB 2337140
HSL0.900.940.47
HSV325°97°91°
CMYK 0.000.970.40   0.09
XYZ38.413919.369026.5249
Yxy19.36900.45560.2297
Hunter Lab44.010278.7841-4.9268
CIE-Lab51.116280.3812-9.1917

#e9078c color RGB value is (233,7,140).

#e9078c hex color red value is 233, green value is 7 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #e9078c hue: 0.90 , saturation: 0.94 and the lightness value of e9078c is 0.47.

The process color (four color CMYK) of #e9078c color hex is 0.00, 0.97, 0.40, 0.09. Web safe color of #e9078c is #ff0099. Color #e9078c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00000111 10001100
Octal 351 7 214
Decimal 233 7 140
Hex E9 7 8C

RGB Percentages of Color #e9078c

%61.32
%1.84
%36.84

CMYK Percentages of Color #e9078c

%0
%97
%40
%9

Triadic Colors of #e9078c

#e9078c #8ce907 #078ce9

Analogous Colors of #e9078c

#e9078c #e9071b #d507e9

Monochromatic Colors of #e9078c

#e9078c

Complementary Color

#e9078c #07e964

#e9078c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9078c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9078c Color CSS Codes

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

#e9078c Text Font Color

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

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


#e9078c Background Color

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

This div background color is #e9078c


#e9078c Border Color

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

This div border color is #e9078c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9078c


Comments

No comments written yet.

Please login to write comment.