Color Hex Logo

#d562db Color Hex

#D562DB
(213,98,219)
0 Favorites   0 Comments

Color spaces of #d562db

RGB 21398219
HSL0.830.630.62
HSV297°55°86°
CMYK 0.030.550.00   0.14
XYZ44.594427.996070.0712
Yxy27.99600.31260.1962
Hunter Lab52.911257.8478-41.4808
CIE-Lab59.885161.4325-41.8361

#d562db color RGB value is (213,98,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100010 11011011
Octal 325 142 333
Decimal 213 98 219
Hex D5 62 DB

RGB Percentages of Color #d562db

%40.19
%18.49
%41.32

CMYK Percentages of Color #d562db

%3
%55
%0
%14

Triadic Colors of #d562db

#d562db #dbd562 #62dbd5

Analogous Colors of #d562db

#d562db #db62a5 #9962db

Monochromatic Colors of #d562db

#d562db

Complementary Color

#d562db #68db62

#d562db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d562db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d562db Color CSS Codes

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

#d562db Text Font Color

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

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


#d562db Background Color

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

This div background color is #d562db


#d562db Border Color

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

This div border color is #d562db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d562db


Comments

No comments written yet.

Please login to write comment.