Color Hex Logo

#e9098d Color Hex

#E9098D
(233,9,141)
0 Favorites   0 Comments

Color spaces of #e9098d

RGB 2339141
HSL0.900.930.47
HSV325°96°91°
CMYK 0.000.960.39   0.09
XYZ38.509719.442126.9223
Yxy19.44210.45370.2291
Hunter Lab44.093278.7336-5.3359
CIE-Lab51.200580.3247-9.6671

#e9098d color RGB value is (233,9,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00001001 10001101
Octal 351 11 215
Decimal 233 9 141
Hex E9 9 8D

RGB Percentages of Color #e9098d

%60.84
%2.35
%36.81

CMYK Percentages of Color #e9098d

%0
%96
%39
%9

Triadic Colors of #e9098d

#e9098d #8de909 #098de9

Analogous Colors of #e9098d

#e9098d #e9091d #d509e9

Monochromatic Colors of #e9098d

#e9098d

Complementary Color

#e9098d #09e965

#e9098d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9098d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9098d Color CSS Codes

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

#e9098d Text Font Color

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

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


#e9098d Background Color

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

This div background color is #e9098d


#e9098d Border Color

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

This div border color is #e9098d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9098d


Comments

No comments written yet.

Please login to write comment.