Color Hex Logo

#d82daa Color Hex

#D82DAA
(216,45,170)
0 Favorites   0 Comments

Color spaces of #d82daa

RGB 21645170
HSL0.880.690.51
HSV316°79°85°
CMYK 0.000.790.21   0.15
XYZ36.513019.378039.8461
Yxy19.37800.38140.2024
Hunter Lab44.020471.0220-22.8534
CIE-Lab51.126574.1352-27.3203

#d82daa color RGB value is (216,45,170).

#d82daa hex color red value is 216, green value is 45 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d82daa hue: 0.88 , saturation: 0.69 and the lightness value of d82daa is 0.51.

The process color (four color CMYK) of #d82daa color hex is 0.00, 0.79, 0.21, 0.15. Web safe color of #d82daa is #cc3399. Color #d82daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00101101 10101010
Octal 330 55 252
Decimal 216 45 170
Hex D8 2D AA

RGB Percentages of Color #d82daa

%50.12
%10.44
%39.44

CMYK Percentages of Color #d82daa

%0
%79
%21
%15

Triadic Colors of #d82daa

#d82daa #aad82d #2daad8

Analogous Colors of #d82daa

#d82daa #d82d54 #b12dd8

Monochromatic Colors of #d82daa

#d82daa

Complementary Color

#d82daa #2dd85b

#d82daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d82daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d82daa Color CSS Codes

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

#d82daa Text Font Color

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

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


#d82daa Background Color

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

This div background color is #d82daa


#d82daa Border Color

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

This div border color is #d82daa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,45,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d82daa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d82daa


Comments

No comments written yet.

Please login to write comment.