Color Hex Logo

#d690db Color Hex

#D690DB
(214,144,219)
0 Favorites   0 Comments

Color spaces of #d690db

RGB 214144219
HSL0.820.510.71
HSV296°34°86°
CMYK 0.020.340.00   0.14
XYZ50.491039.357171.9534
Yxy39.35710.31210.2432
Hunter Lab62.735233.8749-24.0873
CIE-Lab69.009238.5254-27.6374

#d690db color RGB value is (214,144,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10010000 11011011
Octal 326 220 333
Decimal 214 144 219
Hex D6 90 DB

RGB Percentages of Color #d690db

%37.09
%24.96
%37.95

CMYK Percentages of Color #d690db

%2
%34
%0
%14

Triadic Colors of #d690db

#d690db #dbd690 #90dbd6

Analogous Colors of #d690db

#d690db #db90bb #b190db

Monochromatic Colors of #d690db

#d690db

Complementary Color

#d690db #95db90

#d690db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d690db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d690db Color CSS Codes

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

#d690db Text Font Color

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

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


#d690db Background Color

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

This div background color is #d690db


#d690db Border Color

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

This div border color is #d690db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d690db


Comments

No comments written yet.

Please login to write comment.