Color Hex Logo

#d85bdb Color Hex

#D85BDB
(216,91,219)
0 Favorites   0 Comments

Color spaces of #d85bdb

RGB 21691219
HSL0.830.640.61
HSV299°58°86°
CMYK 0.010.580.00   0.14
XYZ44.846227.195669.9034
Yxy27.19560.31590.1916
Hunter Lab52.149462.2407-42.9704
CIE-Lab59.154965.3097-42.9571

#d85bdb color RGB value is (216,91,219).

#d85bdb hex color red value is 216, green value is 91 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d85bdb hue: 0.83 , saturation: 0.64 and the lightness value of d85bdb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01011011 11011011
Octal 330 133 333
Decimal 216 91 219
Hex D8 5B DB

RGB Percentages of Color #d85bdb

%41.06
%17.30
%41.63

CMYK Percentages of Color #d85bdb

%1
%58
%0
%14

Triadic Colors of #d85bdb

#d85bdb #dbd85b #5bdbd8

Analogous Colors of #d85bdb

#d85bdb #db5b9e #985bdb

Monochromatic Colors of #d85bdb

#d85bdb

Complementary Color

#d85bdb #5edb5b

#d85bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d85bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d85bdb Color CSS Codes

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

#d85bdb Text Font Color

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

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


#d85bdb Background Color

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

This div background color is #d85bdb


#d85bdb Border Color

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

This div border color is #d85bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d85bdb


Comments

No comments written yet.

Please login to write comment.