Color Hex Logo

#d81bdb Color Hex

#D81BDB
(216,27,219)
0 Favorites   0 Comments

Color spaces of #d81bdb

RGB 21627219
HSL0.830.780.48
HSV299°88°86°
CMYK 0.010.880.00   0.14
XYZ41.497020.497368.7871
Yxy20.49730.31730.1567
Hunter Lab45.273984.3794-58.3907
CIE-Lab52.394984.5061-53.6890

#d81bdb color RGB value is (216,27,219).

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

The process color (four color CMYK) of #d81bdb color hex is 0.01, 0.88, 0.00, 0.14. Web safe color of #d81bdb is #cc33cc. Color #d81bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00011011 11011011
Octal 330 33 333
Decimal 216 27 219
Hex D8 1B DB

RGB Percentages of Color #d81bdb

%46.75
%5.84
%47.40

CMYK Percentages of Color #d81bdb

%1
%88
%0
%14

Triadic Colors of #d81bdb

#d81bdb #dbd81b #1bdbd8

Analogous Colors of #d81bdb

#d81bdb #db1b7e #781bdb

Monochromatic Colors of #d81bdb

#d81bdb

Complementary Color

#d81bdb #1edb1b

#d81bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d81bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d81bdb Color CSS Codes

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

#d81bdb Text Font Color

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

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


#d81bdb Background Color

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

This div background color is #d81bdb


#d81bdb Border Color

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

This div border color is #d81bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d81bdb


Comments

No comments written yet.

Please login to write comment.