Color Hex Logo

#d951db Color Hex

#D951DB
(217,81,219)
0 Favorites   0 Comments

Color spaces of #d951db

RGB 21781219
HSL0.830.660.59
HSV299°63°86°
CMYK 0.010.630.00   0.14
XYZ44.343925.751069.6511
Yxy25.75100.31730.1843
Hunter Lab50.745467.1777-45.8572
CIE-Lab57.799969.6915-45.0854

#d951db color RGB value is (217,81,219).

#d951db hex color red value is 217, green value is 81 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d951db hue: 0.83 , saturation: 0.66 and the lightness value of d951db is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01010001 11011011
Octal 331 121 333
Decimal 217 81 219
Hex D9 51 DB

RGB Percentages of Color #d951db

%41.97
%15.67
%42.36

CMYK Percentages of Color #d951db

%1
%63
%0
%14

Triadic Colors of #d951db

#d951db #dbd951 #51dbd9

Analogous Colors of #d951db

#d951db #db5198 #9451db

Monochromatic Colors of #d951db

#d951db

Complementary Color

#d951db #53db51

#d951db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d951db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d951db Color CSS Codes

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

#d951db Text Font Color

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

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


#d951db Background Color

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

This div background color is #d951db


#d951db Border Color

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

This div border color is #d951db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d951db


Comments

No comments written yet.

Please login to write comment.