Color Hex Logo

#d072ad Color Hex

#D072AD
(208,114,173)
0 Favorites   0 Comments

Color spaces of #d072ad

RGB 208114173
HSL0.900.500.63
HSV322°45°82°
CMYK 0.000.450.17   0.18
XYZ39.572628.461742.9431
Yxy28.46170.35660.2565
Hunter Lab53.349539.0428-10.3802
CIE-Lab60.303644.4603-15.1120

#d072ad color RGB value is (208,114,173).

#d072ad hex color red value is 208, green value is 114 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d072ad hue: 0.90 , saturation: 0.50 and the lightness value of d072ad is 0.63.

The process color (four color CMYK) of #d072ad color hex is 0.00, 0.45, 0.17, 0.18. Web safe color of #d072ad is #cc6699. Color #d072ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110010 10101101
Octal 320 162 255
Decimal 208 114 173
Hex D0 72 AD

RGB Percentages of Color #d072ad

%42.02
%23.03
%34.95

CMYK Percentages of Color #d072ad

%0
%45
%17
%18

Triadic Colors of #d072ad

#d072ad #add072 #72add0

Analogous Colors of #d072ad

#d072ad #d0727e #c472d0

Monochromatic Colors of #d072ad

#d072ad

Complementary Color

#d072ad #72d095

#d072ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d072ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d072ad Color CSS Codes

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

#d072ad Text Font Color

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

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


#d072ad Background Color

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

This div background color is #d072ad


#d072ad Border Color

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

This div border color is #d072ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d072ad


Comments

No comments written yet.

Please login to write comment.