Color Hex Logo

#d662db Color Hex

#D662DB
(214,98,219)
0 Favorites   0 Comments

Color spaces of #d662db

RGB 21498219
HSL0.830.630.62
HSV298°55°86°
CMYK 0.020.550.00   0.14
XYZ44.885428.146070.0848
Yxy28.14600.31360.1967
Hunter Lab53.052858.1778-41.1874
CIE-Lab60.020461.6926-41.6140

#d662db color RGB value is (214,98,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01100010 11011011
Octal 326 142 333
Decimal 214 98 219
Hex D6 62 DB

RGB Percentages of Color #d662db

%40.30
%18.46
%41.24

CMYK Percentages of Color #d662db

%2
%55
%0
%14

Triadic Colors of #d662db

#d662db #dbd662 #62dbd6

Analogous Colors of #d662db

#d662db #db62a4 #9a62db

Monochromatic Colors of #d662db

#d662db

Complementary Color

#d662db #67db62

#d662db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d662db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d662db Color CSS Codes

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

#d662db Text Font Color

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

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


#d662db Background Color

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

This div background color is #d662db


#d662db Border Color

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

This div border color is #d662db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d662db


Comments

No comments written yet.

Please login to write comment.