Color Hex Logo

#d366db Color Hex

#D366DB
(211,102,219)
0 Favorites   0 Comments

Color spaces of #d366db

RGB 211102219
HSL0.820.620.63
HSV296°53°86°
CMYK 0.040.530.00   0.14
XYZ44.401528.466170.1721
Yxy28.46610.31040.1990
Hunter Lab53.353655.1809-40.6322
CIE-Lab60.307559.0508-41.1907

#d366db color RGB value is (211,102,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01100110 11011011
Octal 323 146 333
Decimal 211 102 219
Hex D3 66 DB

RGB Percentages of Color #d366db

%39.66
%19.17
%41.17

CMYK Percentages of Color #d366db

%4
%53
%0
%14

Triadic Colors of #d366db

#d366db #dbd366 #66dbd3

Analogous Colors of #d366db

#d366db #db66a9 #9966db

Monochromatic Colors of #d366db

#d366db

Complementary Color

#d366db #6edb66

#d366db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d366db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d366db Color CSS Codes

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

#d366db Text Font Color

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

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


#d366db Background Color

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

This div background color is #d366db


#d366db Border Color

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

This div border color is #d366db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d366db


Comments

No comments written yet.

Please login to write comment.