Color Hex Logo

#d56cab Color Hex

#D56CAB
(213,108,171)
0 Favorites   0 Comments

Color spaces of #d56cab

RGB 213108171
HSL0.900.560.63
HSV324°49°84°
CMYK 0.000.490.20   0.16
XYZ40.153827.811541.7799
Yxy27.81150.36590.2534
Hunter Lab52.736643.6213-10.0561
CIE-Lab59.718148.8031-14.7851

#d56cab color RGB value is (213,108,171).

#d56cab hex color red value is 213, green value is 108 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d56cab hue: 0.90 , saturation: 0.56 and the lightness value of d56cab is 0.63.

The process color (four color CMYK) of #d56cab color hex is 0.00, 0.49, 0.20, 0.16. Web safe color of #d56cab is #cc6699. Color #d56cab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01101100 10101011
Octal 325 154 253
Decimal 213 108 171
Hex D5 6C AB

RGB Percentages of Color #d56cab

%43.29
%21.95
%34.76

CMYK Percentages of Color #d56cab

%0
%49
%20
%16

Triadic Colors of #d56cab

#d56cab #abd56c #6cabd5

Analogous Colors of #d56cab

#d56cab #d56c77 #cb6cd5

Monochromatic Colors of #d56cab

#d56cab

Complementary Color

#d56cab #6cd596

#d56cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56cab Color CSS Codes

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

#d56cab Text Font Color

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

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


#d56cab Background Color

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

This div background color is #d56cab


#d56cab Border Color

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

This div border color is #d56cab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,108,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d56cab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56cab


Comments

No comments written yet.

Please login to write comment.