Color Hex Logo

#d095ad Color Hex

#D095AD
(208,149,173)
0 Favorites   0 Comments

Color spaces of #d095ad

RGB 208149173
HSL0.930.390.70
HSV336°28°82°
CMYK 0.000.280.17   0.18
XYZ44.302737.921944.5198
Yxy37.92190.34950.2992
Hunter Lab61.580820.65090.2428
CIE-Lab67.963025.7650-3.6796

#d095ad color RGB value is (208,149,173).

#d095ad hex color red value is 208, green value is 149 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d095ad hue: 0.93 , saturation: 0.39 and the lightness value of d095ad is 0.70.

The process color (four color CMYK) of #d095ad color hex is 0.00, 0.28, 0.17, 0.18. Web safe color of #d095ad is #cc9999. Color #d095ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010101 10101101
Octal 320 225 255
Decimal 208 149 173
Hex D0 95 AD

RGB Percentages of Color #d095ad

%39.25
%28.11
%32.64

CMYK Percentages of Color #d095ad

%0
%28
%17
%18

Triadic Colors of #d095ad

#d095ad #add095 #95add0

Analogous Colors of #d095ad

#d095ad #d09b95 #d095cb

Monochromatic Colors of #d095ad

#d095ad

Complementary Color

#d095ad #95d0b8

#d095ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d095ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d095ad Color CSS Codes

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

#d095ad Text Font Color

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

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


#d095ad Background Color

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

This div background color is #d095ad


#d095ad Border Color

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

This div border color is #d095ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,149,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d095ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d095ad;
  -webkit-box-shadow: 1px 1px 3px 2px #d095ad;
  box-shadow:         1px 1px 3px 2px #d095ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,149,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d095ad


Comments

No comments written yet.

Please login to write comment.