Color Hex Logo

#d072ac Color Hex

#D072AC
(208,114,172)
0 Favorites   0 Comments

Color spaces of #d072ac

RGB 208114172
HSL0.900.500.63
HSV323°45°82°
CMYK 0.000.450.17   0.18
XYZ39.476128.423142.4353
Yxy28.42310.35780.2576
Hunter Lab53.313338.8729-9.8732
CIE-Lab60.269144.3053-14.5911

#d072ac color RGB value is (208,114,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110010 10101100
Octal 320 162 254
Decimal 208 114 172
Hex D0 72 AC

RGB Percentages of Color #d072ac

%42.11
%23.08
%34.82

CMYK Percentages of Color #d072ac

%0
%45
%17
%18

Triadic Colors of #d072ac

#d072ac #acd072 #72acd0

Analogous Colors of #d072ac

#d072ac #d0727d #c572d0

Monochromatic Colors of #d072ac

#d072ac

Complementary Color

#d072ac #72d096

#d072ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d072ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d072ac Color CSS Codes

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

#d072ac Text Font Color

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

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


#d072ac Background Color

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

This div background color is #d072ac


#d072ac Border Color

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

This div border color is #d072ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d072ac


Comments

No comments written yet.

Please login to write comment.