Color Hex Logo

#d063ac Color Hex

#D063AC
(208,99,172)
0 Favorites   0 Comments

Color spaces of #d063ac

RGB 20899172
HSL0.890.540.60
HSV320°52°82°
CMYK 0.000.520.17   0.18
XYZ37.920725.312141.9168
Yxy25.31210.36060.2407
Hunter Lab50.311146.4952-14.1798
CIE-Lab57.378351.8004-18.9778

#d063ac color RGB value is (208,99,172).

#d063ac hex color red value is 208, green value is 99 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d063ac hue: 0.89 , saturation: 0.54 and the lightness value of d063ac is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100011 10101100
Octal 320 143 254
Decimal 208 99 172
Hex D0 63 AC

RGB Percentages of Color #d063ac

%43.42
%20.67
%35.91

CMYK Percentages of Color #d063ac

%0
%52
%17
%18

Triadic Colors of #d063ac

#d063ac #acd063 #63acd0

Analogous Colors of #d063ac

#d063ac #d06376 #be63d0

Monochromatic Colors of #d063ac

#d063ac

Complementary Color

#d063ac #63d087

#d063ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d063ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d063ac Color CSS Codes

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

#d063ac Text Font Color

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

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


#d063ac Background Color

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

This div background color is #d063ac


#d063ac Border Color

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

This div border color is #d063ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d063ac


Comments

No comments written yet.

Please login to write comment.