Color Hex Logo

#d094ad Color Hex

#D094AD
(208,148,173)
1 Favorites   0 Comments

Color spaces of #d094ad

RGB 208148173
HSL0.930.390.70
HSV335°29°82°
CMYK 0.000.290.17   0.18
XYZ44.145237.606844.4673
Yxy37.60680.34970.2979
Hunter Lab61.324421.1780-0.0651
CIE-Lab67.729826.3102-4.0233

#d094ad color RGB value is (208,148,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010100 10101101
Octal 320 224 255
Decimal 208 148 173
Hex D0 94 AD

RGB Percentages of Color #d094ad

%39.32
%27.98
%32.70

CMYK Percentages of Color #d094ad

%0
%29
%17
%18

Triadic Colors of #d094ad

#d094ad #add094 #94add0

Analogous Colors of #d094ad

#d094ad #d09994 #d094cb

Monochromatic Colors of #d094ad

#d094ad

Complementary Color

#d094ad #94d0b7

#d094ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d094ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d094ad Color CSS Codes

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

#d094ad Text Font Color

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

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


#d094ad Background Color

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

This div background color is #d094ad


#d094ad Border Color

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

This div border color is #d094ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,148,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 #d094ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d094ad

#d094ad Color Palettes


Comments

No comments written yet.

Please login to write comment.