Color Hex Logo

#d56bca Color Hex

#D56BCA
(213,107,202)
0 Favorites   0 Comments

Color spaces of #d56bca

RGB 213107202
HSL0.850.560.63
HSV306°50°84°
CMYK 0.000.500.05   0.16
XYZ43.358928.925859.1751
Yxy28.92580.32980.2200
Hunter Lab53.782749.7846-27.5867
CIE-Lab60.716154.2290-30.9445

#d56bca color RGB value is (213,107,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01101011 11001010
Octal 325 153 312
Decimal 213 107 202
Hex D5 6B CA

RGB Percentages of Color #d56bca

%40.80
%20.50
%38.70

CMYK Percentages of Color #d56bca

%0
%50
%5
%16

Triadic Colors of #d56bca

#d56bca #cad56b #6bcad5

Analogous Colors of #d56bca

#d56bca #d56b95 #ab6bd5

Monochromatic Colors of #d56bca

#d56bca

Complementary Color

#d56bca #6bd576

#d56bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56bca Color CSS Codes

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

#d56bca Text Font Color

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

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


#d56bca Background Color

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

This div background color is #d56bca


#d56bca Border Color

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

This div border color is #d56bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56bca


Comments

No comments written yet.

Please login to write comment.