Color Hex Logo

#d56ddb Color Hex

#D56DDB
(213,109,219)
0 Favorites   0 Comments

Color spaces of #d56ddb

RGB 213109219
HSL0.820.600.64
HSV297°50°86°
CMYK 0.030.500.00   0.14
XYZ45.695430.197970.4382
Yxy30.19790.31230.2064
Hunter Lab54.952652.2631-37.5310
CIE-Lab61.824656.2441-38.7931

#d56ddb color RGB value is (213,109,219).

#d56ddb hex color red value is 213, green value is 109 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d56ddb hue: 0.82 , saturation: 0.60 and the lightness value of d56ddb is 0.64.

The process color (four color CMYK) of #d56ddb color hex is 0.03, 0.50, 0.00, 0.14. Web safe color of #d56ddb is #cc66cc. Color #d56ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01101101 11011011
Octal 325 155 333
Decimal 213 109 219
Hex D5 6D DB

RGB Percentages of Color #d56ddb

%39.37
%20.15
%40.48

CMYK Percentages of Color #d56ddb

%3
%50
%0
%14

Triadic Colors of #d56ddb

#d56ddb #dbd56d #6ddbd5

Analogous Colors of #d56ddb

#d56ddb #db6daa #9e6ddb

Monochromatic Colors of #d56ddb

#d56ddb

Complementary Color

#d56ddb #73db6d

#d56ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56ddb Color CSS Codes

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

#d56ddb Text Font Color

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

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


#d56ddb Background Color

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

This div background color is #d56ddb


#d56ddb Border Color

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

This div border color is #d56ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56ddb


Comments

No comments written yet.

Please login to write comment.