Color Hex Logo

#d560db Color Hex

#D560DB
(213,96,219)
0 Favorites   0 Comments

Color spaces of #d560db

RGB 21396219
HSL0.830.630.62
HSV297°56°86°
CMYK 0.030.560.00   0.14
XYZ44.409627.626370.0096
Yxy27.62630.31260.1945
Hunter Lab52.560758.8369-42.1803
CIE-Lab59.549662.3412-42.3639

#d560db color RGB value is (213,96,219).

#d560db hex color red value is 213, green value is 96 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d560db hue: 0.83 , saturation: 0.63 and the lightness value of d560db is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100000 11011011
Octal 325 140 333
Decimal 213 96 219
Hex D5 60 DB

RGB Percentages of Color #d560db

%40.34
%18.18
%41.48

CMYK Percentages of Color #d560db

%3
%56
%0
%14

Triadic Colors of #d560db

#d560db #dbd560 #60dbd5

Analogous Colors of #d560db

#d560db #db60a4 #9860db

Monochromatic Colors of #d560db

#d560db

Complementary Color

#d560db #66db60

#d560db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d560db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d560db Color CSS Codes

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

#d560db Text Font Color

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

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


#d560db Background Color

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

This div background color is #d560db


#d560db Border Color

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

This div border color is #d560db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,96,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 #d560db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d560db


Comments

No comments written yet.

Please login to write comment.