Color Hex Logo

#d865db Color Hex

#D865DB
(216,101,219)
0 Favorites   0 Comments

Color spaces of #d865db

RGB 216101219
HSL0.830.620.63
HSV298°54°86°
CMYK 0.010.540.00   0.14
XYZ45.758829.020870.2076
Yxy29.02080.31560.2002
Hunter Lab53.871057.3464-39.5603
CIE-Lab60.800060.8417-40.3707

#d865db color RGB value is (216,101,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01100101 11011011
Octal 330 145 333
Decimal 216 101 219
Hex D8 65 DB

RGB Percentages of Color #d865db

%40.30
%18.84
%40.86

CMYK Percentages of Color #d865db

%1
%54
%0
%14

Triadic Colors of #d865db

#d865db #dbd865 #65dbd8

Analogous Colors of #d865db

#d865db #db65a3 #9d65db

Monochromatic Colors of #d865db

#d865db

Complementary Color

#d865db #68db65

#d865db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d865db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d865db Color CSS Codes

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

#d865db Text Font Color

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

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


#d865db Background Color

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

This div background color is #d865db


#d865db Border Color

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

This div border color is #d865db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d865db


Comments

No comments written yet.

Please login to write comment.