Color Hex Logo

#d969db Color Hex

#D969DB
(217,105,219)
0 Favorites   0 Comments

Color spaces of #d969db

RGB 217105219
HSL0.830.610.64
HSV299°52°86°
CMYK 0.010.520.00   0.14
XYZ46.453029.969370.3541
Yxy29.96930.31650.2042
Hunter Lab54.744255.6631-37.8751
CIE-Lab61.627759.2456-39.0637

#d969db color RGB value is (217,105,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01101001 11011011
Octal 331 151 333
Decimal 217 105 219
Hex D9 69 DB

RGB Percentages of Color #d969db

%40.11
%19.41
%40.48

CMYK Percentages of Color #d969db

%1
%52
%0
%14

Triadic Colors of #d969db

#d969db #dbd969 #69dbd9

Analogous Colors of #d969db

#d969db #db69a4 #a069db

Monochromatic Colors of #d969db

#d969db

Complementary Color

#d969db #6bdb69

#d969db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d969db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d969db Color CSS Codes

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

#d969db Text Font Color

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

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


#d969db Background Color

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

This div background color is #d969db


#d969db Border Color

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

This div border color is #d969db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d969db


Comments

No comments written yet.

Please login to write comment.