Color Hex Logo

#d656db Color Hex

#D656DB
(214,86,219)
0 Favorites   0 Comments

Color spaces of #d656db

RGB 21486219
HSL0.830.650.60
HSV298°61°86°
CMYK 0.020.610.00   0.14
XYZ43.845526.066269.7382
Yxy26.06620.31400.1867
Hunter Lab51.055163.9474-45.2481
CIE-Lab58.099866.9405-44.6402

#d656db color RGB value is (214,86,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01010110 11011011
Octal 326 126 333
Decimal 214 86 219
Hex D6 56 DB

RGB Percentages of Color #d656db

%41.23
%16.57
%42.20

CMYK Percentages of Color #d656db

%2
%61
%0
%14

Triadic Colors of #d656db

#d656db #dbd656 #56dbd6

Analogous Colors of #d656db

#d656db #db569e #9456db

Monochromatic Colors of #d656db

#d656db

Complementary Color

#d656db #5bdb56

#d656db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d656db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d656db Color CSS Codes

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

#d656db Text Font Color

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

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


#d656db Background Color

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

This div background color is #d656db


#d656db Border Color

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

This div border color is #d656db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d656db


Comments

No comments written yet.

Please login to write comment.