Color Hex Logo

#d56999 Color Hex

#D56999
(213,105,153)
0 Favorites   0 Comments

Color spaces of #d56999

RGB 213105153
HSL0.930.560.62
HSV333°51°84°
CMYK 0.000.510.28   0.16
XYZ38.241926.549233.2459
Yxy26.54920.39010.2708
Hunter Lab51.525942.3101-2.1874
CIE-Lab58.554747.7658-6.1331

#d56999 color RGB value is (213,105,153).

#d56999 hex color red value is 213, green value is 105 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #d56999 hue: 0.93 , saturation: 0.56 and the lightness value of d56999 is 0.62.

The process color (four color CMYK) of #d56999 color hex is 0.00, 0.51, 0.28, 0.16. Web safe color of #d56999 is #cc6699. Color #d56999 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01101001 10011001
Octal 325 151 231
Decimal 213 105 153
Hex D5 69 99

RGB Percentages of Color #d56999

%45.22
%22.29
%32.48

CMYK Percentages of Color #d56999

%0
%51
%28
%16

Triadic Colors of #d56999

#d56999 #99d569 #6999d5

Analogous Colors of #d56999

#d56999 #d56f69 #d569cf

Monochromatic Colors of #d56999

#d56999

Complementary Color

#d56999 #69d5a5

#d56999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56999 Color CSS Codes

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

#d56999 Text Font Color

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

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


#d56999 Background Color

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

This div background color is #d56999


#d56999 Border Color

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

This div border color is #d56999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56999


Comments

No comments written yet.

Please login to write comment.