color codes Logo

#d156db color codes

#D156DB
(209,86,219)
0 Favorites   0 Comments

Color spaces of #d156db

RGB 20986219
HSL0.820.650.60
HSV295°61°86°
CMYK 0.050.610.00   0.14
XYZ42.408525.325469.6709
Yxy25.32540.30860.1843
Hunter Lab50.324362.3550-46.8562
CIE-Lab57.391165.7278-45.8067

#d156db color RGB value is (209,86,219).

#d156db hex color red value is 209, green value is 86 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d156db hue: 0.82 , saturation: 0.65 and the lightness value of d156db is 0.60.

The process color (four color CMYK) of #d156db color code is 0.05, 0.61, 0.00, 0.14. Web safe color of #d156db is #cc66cc. Color #d156db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010110 11011011
Octal 321 126 333
Decimal 209 86 219
Hex D1 56 DB

RGB Percentages of Color #d156db

%40.66
%16.73
%42.61

CMYK Percentages of Color #d156db

%5
%61
%0
%14

Triadic Colors of #d156db

#d156db #dbd156 #56dbd1

Analogous Colors of #d156db

#d156db #db56a3 #8f56db

Monochromatic Colors of #d156db

#d156db

Complementary Color

#d156db #60db56

#d156db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d156db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d156db Color CSS Codes

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

#d156db Text Font Color

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

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


#d156db Background Color

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

This div background color is #d156db


#d156db Border Color

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

This div border color is #d156db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d156db


Comments

No comments written yet.

Please login to write comment.