Color Hex Logo

#d553ac Color Hex

#D553AC
(213,83,172)
0 Favorites   0 Comments

Color spaces of #d553ac

RGB 21383172
HSL0.890.610.58
HSV319°61°84°
CMYK 0.000.610.19   0.16
XYZ37.980223.311241.5275
Yxy23.31120.36940.2267
Hunter Lab48.281755.9220-17.1987
CIE-Lab55.391460.5567-21.9516

#d553ac color RGB value is (213,83,172).

#d553ac hex color red value is 213, green value is 83 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d553ac hue: 0.89 , saturation: 0.61 and the lightness value of d553ac is 0.58.

The process color (four color CMYK) of #d553ac color hex is 0.00, 0.61, 0.19, 0.16. Web safe color of #d553ac is #cc6699. Color #d553ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010011 10101100
Octal 325 123 254
Decimal 213 83 172
Hex D5 53 AC

RGB Percentages of Color #d553ac

%45.51
%17.74
%36.75

CMYK Percentages of Color #d553ac

%0
%61
%19
%16

Triadic Colors of #d553ac

#d553ac #acd553 #53acd5

Analogous Colors of #d553ac

#d553ac #d5536b #bd53d5

Monochromatic Colors of #d553ac

#d553ac

Complementary Color

#d553ac #53d57c

#d553ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d553ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d553ac Color CSS Codes

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

#d553ac Text Font Color

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

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


#d553ac Background Color

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

This div background color is #d553ac


#d553ac Border Color

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

This div border color is #d553ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d553ac


Comments

No comments written yet.

Please login to write comment.