Color Hex Logo

#d668db Color Hex

#D668DB
(214,104,219)
0 Favorites   0 Comments

Color spaces of #d668db

RGB 214104219
HSL0.830.610.63
HSV297°53°86°
CMYK 0.020.530.00   0.14
XYZ45.468129.311270.2790
Yxy29.31120.31340.2021
Hunter Lab54.139855.1645-39.0666
CIE-Lab61.055358.9095-39.9890

#d668db color RGB value is (214,104,219).

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

The process color (four color CMYK) of #d668db color hex is 0.02, 0.53, 0.00, 0.14. Web safe color of #d668db is #cc66cc. Color #d668db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01101000 11011011
Octal 326 150 333
Decimal 214 104 219
Hex D6 68 DB

RGB Percentages of Color #d668db

%39.85
%19.37
%40.78

CMYK Percentages of Color #d668db

%2
%53
%0
%14

Triadic Colors of #d668db

#d668db #dbd668 #68dbd6

Analogous Colors of #d668db

#d668db #db68a7 #9d68db

Monochromatic Colors of #d668db

#d668db

Complementary Color

#d668db #6ddb68

#d668db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d668db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d668db Color CSS Codes

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

#d668db Text Font Color

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

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


#d668db Background Color

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

This div background color is #d668db


#d668db Border Color

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

This div border color is #d668db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d668db


Comments

No comments written yet.

Please login to write comment.