Color Hex Logo

#d669db Color Hex

#D669DB
(214,105,219)
0 Favorites   0 Comments

Color spaces of #d669db

RGB 214105219
HSL0.830.610.64
HSV297°52°86°
CMYK 0.020.520.00   0.14
XYZ45.569329.513870.3128
Yxy29.51380.31340.2030
Hunter Lab54.326654.6547-38.7081
CIE-Lab61.232458.4360-39.7114

#d669db color RGB value is (214,105,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01101001 11011011
Octal 326 151 333
Decimal 214 105 219
Hex D6 69 DB

RGB Percentages of Color #d669db

%39.78
%19.52
%40.71

CMYK Percentages of Color #d669db

%2
%52
%0
%14

Triadic Colors of #d669db

#d669db #dbd669 #69dbd6

Analogous Colors of #d669db

#d669db #db69a7 #9d69db

Monochromatic Colors of #d669db

#d669db

Complementary Color

#d669db #6edb69

#d669db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d669db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d669db Color CSS Codes

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

#d669db Text Font Color

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

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


#d669db Background Color

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

This div background color is #d669db


#d669db Border Color

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

This div border color is #d669db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d669db


Comments

No comments written yet.

Please login to write comment.