Color Hex Logo

#d053ac Color Hex

#D053AC
(208,83,172)
0 Favorites   0 Comments

Color spaces of #d053ac

RGB 20883172
HSL0.880.570.57
HSV317°60°82°
CMYK 0.000.600.17   0.18
XYZ36.552122.575041.4606
Yxy22.57500.36340.2244
Hunter Lab47.513254.1729-18.4780
CIE-Lab54.631859.1558-23.1833

#d053ac color RGB value is (208,83,172).

#d053ac hex color red value is 208, green value is 83 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d053ac hue: 0.88 , saturation: 0.57 and the lightness value of d053ac is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010011 10101100
Octal 320 123 254
Decimal 208 83 172
Hex D0 53 AC

RGB Percentages of Color #d053ac

%44.92
%17.93
%37.15

CMYK Percentages of Color #d053ac

%0
%60
%17
%18

Triadic Colors of #d053ac

#d053ac #acd053 #53acd0

Analogous Colors of #d053ac

#d053ac #d0536e #b653d0

Monochromatic Colors of #d053ac

#d053ac

Complementary Color

#d053ac #53d077

#d053ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d053ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d053ac Color CSS Codes

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

#d053ac Text Font Color

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

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


#d053ac Background Color

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

This div background color is #d053ac


#d053ac Border Color

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

This div border color is #d053ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d053ac


Comments

No comments written yet.

Please login to write comment.