Color Hex Logo

#d697db Color Hex

#D697DB
(214,151,219)
0 Favorites   0 Comments

Color spaces of #d697db

RGB 214151219
HSL0.820.490.73
HSV296°31°86°
CMYK 0.020.310.00   0.14
XYZ51.584341.543872.3178
Yxy41.54380.31180.2511
Hunter Lab64.454530.0620-21.4051
CIE-Lab70.555234.7632-25.2653

#d697db color RGB value is (214,151,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10010111 11011011
Octal 326 227 333
Decimal 214 151 219
Hex D6 97 DB

RGB Percentages of Color #d697db

%36.64
%25.86
%37.50

CMYK Percentages of Color #d697db

%2
%31
%0
%14

Triadic Colors of #d697db

#d697db #dbd697 #97dbd6

Analogous Colors of #d697db

#d697db #db97be #b497db

Monochromatic Colors of #d697db

#d697db

Complementary Color

#d697db #9cdb97

#d697db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d697db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d697db Color CSS Codes

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

#d697db Text Font Color

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

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


#d697db Background Color

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

This div background color is #d697db


#d697db Border Color

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

This div border color is #d697db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d697db

#d697db Color Palettes


Comments

No comments written yet.

Please login to write comment.