Color Hex Logo

#d56ccb Color Hex

#D56CCB
(213,108,203)
0 Favorites   0 Comments

Color spaces of #d56ccb

RGB 213108203
HSL0.850.560.63
HSV306°49°84°
CMYK 0.000.490.05   0.16
XYZ43.582629.183159.8357
Yxy29.18310.32870.2201
Hunter Lab54.021449.4703-27.8564
CIE-Lab60.942953.9122-31.1585

#d56ccb color RGB value is (213,108,203).

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

The process color (four color CMYK) of #d56ccb color hex is 0.00, 0.49, 0.05, 0.16. Web safe color of #d56ccb is #cc66cc. Color #d56ccb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01101100 11001011
Octal 325 154 313
Decimal 213 108 203
Hex D5 6C CB

RGB Percentages of Color #d56ccb

%40.65
%20.61
%38.74

CMYK Percentages of Color #d56ccb

%0
%49
%5
%16

Triadic Colors of #d56ccb

#d56ccb #cbd56c #6ccbd5

Analogous Colors of #d56ccb

#d56ccb #d56c97 #ab6cd5

Monochromatic Colors of #d56ccb

#d56ccb

Complementary Color

#d56ccb #6cd576

#d56ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56ccb Color CSS Codes

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

#d56ccb Text Font Color

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

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


#d56ccb Background Color

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

This div background color is #d56ccb


#d56ccb Border Color

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

This div border color is #d56ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56ccb


Comments

No comments written yet.

Please login to write comment.