Color Hex Logo

#d691db Color Hex

#D691DB
(214,145,219)
0 Favorites   0 Comments

Color spaces of #d691db

RGB 214145219
HSL0.820.510.71
HSV296°34°86°
CMYK 0.020.340.00   0.14
XYZ50.643139.661472.0041
Yxy39.66140.31200.2444
Hunter Lab62.977333.3302-23.7042
CIE-Lab69.227737.9897-27.3015

#d691db color RGB value is (214,145,219).

#d691db hex color red value is 214, green value is 145 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d691db hue: 0.82 , saturation: 0.51 and the lightness value of d691db is 0.71.

The process color (four color CMYK) of #d691db color hex is 0.02, 0.34, 0.00, 0.14. Web safe color of #d691db is #cc99cc. Color #d691db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10010001 11011011
Octal 326 221 333
Decimal 214 145 219
Hex D6 91 DB

RGB Percentages of Color #d691db

%37.02
%25.09
%37.89

CMYK Percentages of Color #d691db

%2
%34
%0
%14

Triadic Colors of #d691db

#d691db #dbd691 #91dbd6

Analogous Colors of #d691db

#d691db #db91bb #b191db

Monochromatic Colors of #d691db

#d691db

Complementary Color

#d691db #96db91

#d691db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d691db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d691db Color CSS Codes

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

#d691db Text Font Color

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

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


#d691db Background Color

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

This div background color is #d691db


#d691db Border Color

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

This div border color is #d691db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d691db


Comments

No comments written yet.

Please login to write comment.