Color Hex Logo

#d82bdb Color Hex

#D82BDB
(216,43,219)
0 Favorites   0 Comments

Color spaces of #d82bdb

RGB 21643219
HSL0.830.710.51
HSV299°80°86°
CMYK 0.010.800.00   0.14
XYZ41.969021.441268.9444
Yxy21.44120.31710.1620
Hunter Lab46.304680.7534-55.8654
CIE-Lab53.429081.4813-52.0367

#d82bdb color RGB value is (216,43,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00101011 11011011
Octal 330 53 333
Decimal 216 43 219
Hex D8 2B DB

RGB Percentages of Color #d82bdb

%45.19
%9.00
%45.82

CMYK Percentages of Color #d82bdb

%1
%80
%0
%14

Triadic Colors of #d82bdb

#d82bdb #dbd82b #2bdbd8

Analogous Colors of #d82bdb

#d82bdb #db2b86 #802bdb

Monochromatic Colors of #d82bdb

#d82bdb

Complementary Color

#d82bdb #2edb2b

#d82bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d82bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d82bdb Color CSS Codes

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

#d82bdb Text Font Color

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

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


#d82bdb Background Color

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

This div background color is #d82bdb


#d82bdb Border Color

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

This div border color is #d82bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d82bdb


Comments

No comments written yet.

Please login to write comment.