Color Hex Logo

#d049ad Color Hex

#D049AD
(208,73,173)
0 Favorites   0 Comments

Color spaces of #d049ad

RGB 20873173
HSL0.880.590.55
HSV316°65°82°
CMYK 0.000.650.17   0.18
XYZ35.937821.192141.7315
Yxy21.19210.36350.2144
Hunter Lab46.034958.7876-21.5231
CIE-Lab53.159163.4554-26.0375

#d049ad color RGB value is (208,73,173).

#d049ad hex color red value is 208, green value is 73 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d049ad hue: 0.88 , saturation: 0.59 and the lightness value of d049ad is 0.55.

The process color (four color CMYK) of #d049ad color hex is 0.00, 0.65, 0.17, 0.18. Web safe color of #d049ad is #cc3399. Color #d049ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001001 10101101
Octal 320 111 255
Decimal 208 73 173
Hex D0 49 AD

RGB Percentages of Color #d049ad

%45.81
%16.08
%38.11

CMYK Percentages of Color #d049ad

%0
%65
%17
%18

Triadic Colors of #d049ad

#d049ad #add049 #49add0

Analogous Colors of #d049ad

#d049ad #d0496a #b049d0

Monochromatic Colors of #d049ad

#d049ad

Complementary Color

#d049ad #49d06c

#d049ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d049ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d049ad Color CSS Codes

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

#d049ad Text Font Color

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

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


#d049ad Background Color

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

This div background color is #d049ad


#d049ad Border Color

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

This div border color is #d049ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d049ad


Comments

No comments written yet.

Please login to write comment.