Color Hex Logo

#d56cdd Color Hex

#D56CDD
(213,108,221)
0 Favorites   0 Comments

Color spaces of #d56cdd

RGB 213108221
HSL0.820.620.65
HSV296°51°87°
CMYK 0.040.510.00   0.13
XYZ45.854330.091771.7981
Yxy30.09170.31040.2037
Hunter Lab54.855953.2111-39.2025
CIE-Lab61.733357.0913-40.0566

#d56cdd color RGB value is (213,108,221).

#d56cdd hex color red value is 213, green value is 108 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d56cdd hue: 0.82 , saturation: 0.62 and the lightness value of d56cdd is 0.65.

The process color (four color CMYK) of #d56cdd color hex is 0.04, 0.51, 0.00, 0.13. Web safe color of #d56cdd is #cc66cc. Color #d56cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01101100 11011101
Octal 325 154 335
Decimal 213 108 221
Hex D5 6C DD

RGB Percentages of Color #d56cdd

%39.30
%19.93
%40.77

CMYK Percentages of Color #d56cdd

%4
%51
%0
%13

Triadic Colors of #d56cdd

#d56cdd #ddd56c #6cddd5

Analogous Colors of #d56cdd

#d56cdd #dd6cad #9d6cdd

Monochromatic Colors of #d56cdd

#d56cdd

Complementary Color

#d56cdd #74dd6c

#d56cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56cdd Color CSS Codes

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

#d56cdd Text Font Color

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

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


#d56cdd Background Color

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

This div background color is #d56cdd


#d56cdd Border Color

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

This div border color is #d56cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56cdd


Comments

No comments written yet.

Please login to write comment.