Color Hex Logo

#d82adb Color Hex

#D82ADB
(216,42,219)
0 Favorites   0 Comments

Color spaces of #d82adb

RGB 21642219
HSL0.830.710.51
HSV299°81°86°
CMYK 0.010.810.00   0.14
XYZ41.933021.369368.9324
Yxy21.36930.31710.1616
Hunter Lab46.226981.0223-56.0528
CIE-Lab53.351381.7073-52.1607

#d82adb color RGB value is (216,42,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00101010 11011011
Octal 330 52 333
Decimal 216 42 219
Hex D8 2A DB

RGB Percentages of Color #d82adb

%45.28
%8.81
%45.91

CMYK Percentages of Color #d82adb

%1
%81
%0
%14

Triadic Colors of #d82adb

#d82adb #dbd82a #2adbd8

Analogous Colors of #d82adb

#d82adb #db2a86 #802adb

Monochromatic Colors of #d82adb

#d82adb

Complementary Color

#d82adb #2ddb2a

#d82adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d82adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d82adb Color CSS Codes

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

#d82adb Text Font Color

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

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


#d82adb Background Color

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

This div background color is #d82adb


#d82adb Border Color

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

This div border color is #d82adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d82adb


Comments

No comments written yet.

Please login to write comment.