Color Hex Logo

#d665db Color Hex

#D665DB
(214,101,219)
0 Favorites   0 Comments

Color spaces of #d665db

RGB 214101219
HSL0.830.620.63
HSV297°54°86°
CMYK 0.020.540.00   0.14
XYZ45.171428.718070.1802
Yxy28.71800.31350.1993
Hunter Lab53.589256.6802-40.1336
CIE-Lab60.531960.3130-40.8104

#d665db color RGB value is (214,101,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01100101 11011011
Octal 326 145 333
Decimal 214 101 219
Hex D6 65 DB

RGB Percentages of Color #d665db

%40.07
%18.91
%41.01

CMYK Percentages of Color #d665db

%2
%54
%0
%14

Triadic Colors of #d665db

#d665db #dbd665 #65dbd6

Analogous Colors of #d665db

#d665db #db65a5 #9b65db

Monochromatic Colors of #d665db

#d665db

Complementary Color

#d665db #6adb65

#d665db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d665db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d665db Color CSS Codes

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

#d665db Text Font Color

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

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


#d665db Background Color

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

This div background color is #d665db


#d665db Border Color

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

This div border color is #d665db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d665db


Comments

No comments written yet.

Please login to write comment.