color codes Logo

#d766db color codes

#D766DB
(215,102,219)
0 Favorites   0 Comments

Color spaces of #d766db

RGB 215102219
HSL0.830.620.63
HSV298°53°86°
CMYK 0.020.530.00   0.14
XYZ45.561929.064370.2264
Yxy29.06430.31450.2006
Hunter Lab53.911356.5103-39.4949
CIE-Lab60.838360.1135-40.3200

#d766db color RGB value is (215,102,219).

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

The process color (four color CMYK) of #d766db color code is 0.02, 0.53, 0.00, 0.14. Web safe color of #d766db is #cc66cc. Color #d766db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01100110 11011011
Octal 327 146 333
Decimal 215 102 219
Hex D7 66 DB

RGB Percentages of Color #d766db

%40.11
%19.03
%40.86

CMYK Percentages of Color #d766db

%2
%53
%0
%14

Triadic Colors of #d766db

#d766db #dbd766 #66dbd7

Analogous Colors of #d766db

#d766db #db66a5 #9d66db

Monochromatic Colors of #d766db

#d766db

Complementary Color

#d766db #6adb66

#d766db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d766db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d766db Color CSS Codes

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

#d766db Text Font Color

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

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


#d766db Background Color

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

This div background color is #d766db


#d766db Border Color

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

This div border color is #d766db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d766db


Comments

No comments written yet.

Please login to write comment.