Color Hex Logo

#e9099d Color Hex

#E9099D
(233,9,157)
0 Favorites   0 Comments

Color spaces of #e9099d

RGB 2339157
HSL0.890.930.47
HSV320°96°91°
CMYK 0.000.960.33   0.09
XYZ39.787819.953333.6526
Yxy19.95330.42600.2136
Hunter Lab44.669180.8231-13.3992
CIE-Lab51.784481.8566-18.3531

#e9099d color RGB value is (233,9,157).

#e9099d hex color red value is 233, green value is 9 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #e9099d hue: 0.89 , saturation: 0.93 and the lightness value of e9099d is 0.47.

The process color (four color CMYK) of #e9099d color hex is 0.00, 0.96, 0.33, 0.09. Web safe color of #e9099d is #ff0099. Color #e9099d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00001001 10011101
Octal 351 11 235
Decimal 233 9 157
Hex E9 9 9D

RGB Percentages of Color #e9099d

%58.40
%2.26
%39.35

CMYK Percentages of Color #e9099d

%0
%96
%33
%9

Triadic Colors of #e9099d

#e9099d #9de909 #099de9

Analogous Colors of #e9099d

#e9099d #e9092d #c509e9

Monochromatic Colors of #e9099d

#e9099d

Complementary Color

#e9099d #09e955

#e9099d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9099d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9099d Color CSS Codes

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

#e9099d Text Font Color

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

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


#e9099d Background Color

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

This div background color is #e9099d


#e9099d Border Color

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

This div border color is #e9099d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9099d


Comments

No comments written yet.

Please login to write comment.