Color Hex Logo

#d699db Color Hex

#D699DB
(214,153,219)
0 Favorites   0 Comments

Color spaces of #d699db

RGB 214153219
HSL0.820.480.73
HSV295°30°86°
CMYK 0.020.300.00   0.14
XYZ51.909042.193172.4260
Yxy42.19310.31170.2534
Hunter Lab64.956228.9728-20.6388
CIE-Lab71.003833.6835-24.5788

#d699db color RGB value is (214,153,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011001 11011011
Octal 326 231 333
Decimal 214 153 219
Hex D6 99 DB

RGB Percentages of Color #d699db

%36.52
%26.11
%37.37

CMYK Percentages of Color #d699db

%2
%30
%0
%14

Triadic Colors of #d699db

#d699db #dbd699 #99dbd6

Analogous Colors of #d699db

#d699db #db99bf #b599db

Monochromatic Colors of #d699db

#d699db

Complementary Color

#d699db #9edb99

#d699db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d699db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d699db Color CSS Codes

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

#d699db Text Font Color

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

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


#d699db Background Color

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

This div background color is #d699db


#d699db Border Color

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

This div border color is #d699db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d699db


Comments

No comments written yet.

Please login to write comment.