Color Hex Logo

#d551ac Color Hex

#D551AC
(213,81,172)
0 Favorites   0 Comments

Color spaces of #d551ac

RGB 21381172
HSL0.890.610.58
HSV319°62°84°
CMYK 0.000.620.19   0.16
XYZ37.829423.009641.4772
Yxy23.00960.36970.2249
Hunter Lab47.968356.8264-17.6890
CIE-Lab55.082261.4015-22.4261

#d551ac color RGB value is (213,81,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010001 10101100
Octal 325 121 254
Decimal 213 81 172
Hex D5 51 AC

RGB Percentages of Color #d551ac

%45.71
%17.38
%36.91

CMYK Percentages of Color #d551ac

%0
%62
%19
%16

Triadic Colors of #d551ac

#d551ac #acd551 #51acd5

Analogous Colors of #d551ac

#d551ac #d5516a #bc51d5

Monochromatic Colors of #d551ac

#d551ac

Complementary Color

#d551ac #51d57a

#d551ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d551ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d551ac Color CSS Codes

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

#d551ac Text Font Color

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

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


#d551ac Background Color

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

This div background color is #d551ac


#d551ac Border Color

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

This div border color is #d551ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d551ac


Comments

No comments written yet.

Please login to write comment.