Color Hex Logo

#d073ac Color Hex

#D073AC
(208,115,172)
0 Favorites   0 Comments

Color spaces of #d073ac

RGB 208115172
HSL0.900.500.63
HSV323°45°82°
CMYK 0.000.450.17   0.18
XYZ39.589628.649942.4731
Yxy28.64990.35760.2588
Hunter Lab53.525638.3557-9.5793
CIE-Lab60.471443.7904-14.2856

#d073ac color RGB value is (208,115,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110011 10101100
Octal 320 163 254
Decimal 208 115 172
Hex D0 73 AC

RGB Percentages of Color #d073ac

%42.02
%23.23
%34.75

CMYK Percentages of Color #d073ac

%0
%45
%17
%18

Triadic Colors of #d073ac

#d073ac #acd073 #73acd0

Analogous Colors of #d073ac

#d073ac #d0737e #c673d0

Monochromatic Colors of #d073ac

#d073ac

Complementary Color

#d073ac #73d097

#d073ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d073ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d073ac Color CSS Codes

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

#d073ac Text Font Color

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

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


#d073ac Background Color

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

This div background color is #d073ac


#d073ac Border Color

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

This div border color is #d073ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d073ac


Comments

No comments written yet.

Please login to write comment.