Color Hex Logo

#d569db Color Hex

#D569DB
(213,105,219)
0 Favorites   0 Comments

Color spaces of #d569db

RGB 213105219
HSL0.820.610.64
HSV297°52°86°
CMYK 0.030.520.00   0.14
XYZ45.278329.363870.2992
Yxy29.36380.31240.2026
Hunter Lab54.188454.3200-38.9857
CIE-Lab61.101458.1661-39.9262

#d569db color RGB value is (213,105,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01101001 11011011
Octal 325 151 333
Decimal 213 105 219
Hex D5 69 DB

RGB Percentages of Color #d569db

%39.66
%19.55
%40.78

CMYK Percentages of Color #d569db

%3
%52
%0
%14

Triadic Colors of #d569db

#d569db #dbd569 #69dbd5

Analogous Colors of #d569db

#d569db #db69a8 #9c69db

Monochromatic Colors of #d569db

#d569db

Complementary Color

#d569db #6fdb69

#d569db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d569db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d569db Color CSS Codes

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

#d569db Text Font Color

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

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


#d569db Background Color

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

This div background color is #d569db


#d569db Border Color

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

This div border color is #d569db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d569db


Comments

No comments written yet.

Please login to write comment.