Color Hex Logo

#d9099e Color Hex

#D9099E
(217,9,158)
0 Favorites   0 Comments

Color spaces of #d9099e

RGB 2179158
HSL0.880.920.44
HSV317°96°85°
CMYK 0.000.960.27   0.15
XYZ34.884517.415733.8707
Yxy17.41570.40480.2021
Hunter Lab41.732176.1796-18.9086
CIE-Lab48.779678.7652-23.8252

#d9099e color RGB value is (217,9,158).

#d9099e hex color red value is 217, green value is 9 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #d9099e hue: 0.88 , saturation: 0.92 and the lightness value of d9099e is 0.44.

The process color (four color CMYK) of #d9099e color hex is 0.00, 0.96, 0.27, 0.15. Web safe color of #d9099e is #cc0099. Color #d9099e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00001001 10011110
Octal 331 11 236
Decimal 217 9 158
Hex D9 9 9E

RGB Percentages of Color #d9099e

%56.51
%2.34
%41.15

CMYK Percentages of Color #d9099e

%0
%96
%27
%15

Triadic Colors of #d9099e

#d9099e #9ed909 #099ed9

Analogous Colors of #d9099e

#d9099e #d90936 #ac09d9

Monochromatic Colors of #d9099e

#d9099e

Complementary Color

#d9099e #09d944

#d9099e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9099e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9099e Color CSS Codes

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

#d9099e Text Font Color

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

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


#d9099e Background Color

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

This div background color is #d9099e


#d9099e Border Color

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

This div border color is #d9099e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9099e


Comments

No comments written yet.

Please login to write comment.