Color Hex Logo

#d565db Color Hex

#D565DB
(213,101,219)
0 Favorites   0 Comments

Color spaces of #d565db

RGB 213101219
HSL0.820.620.63
HSV297°54°86°
CMYK 0.030.540.00   0.14
XYZ44.880428.568070.1665
Yxy28.56800.31250.1989
Hunter Lab53.449056.3481-40.4200
CIE-Lab60.398560.0486-41.0293

#d565db color RGB value is (213,101,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100101 11011011
Octal 325 145 333
Decimal 213 101 219
Hex D5 65 DB

RGB Percentages of Color #d565db

%39.96
%18.95
%41.09

CMYK Percentages of Color #d565db

%3
%54
%0
%14

Triadic Colors of #d565db

#d565db #dbd565 #65dbd5

Analogous Colors of #d565db

#d565db #db65a6 #9a65db

Monochromatic Colors of #d565db

#d565db

Complementary Color

#d565db #6bdb65

#d565db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d565db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d565db Color CSS Codes

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

#d565db Text Font Color

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

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


#d565db Background Color

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

This div background color is #d565db


#d565db Border Color

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

This div border color is #d565db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d565db


Comments

No comments written yet.

Please login to write comment.