Color Hex Logo

#d82abd Color Hex

#D82ABD
(216,42,189)
0 Favorites   0 Comments

Color spaces of #d82abd

RGB 21642189
HSL0.860.690.51
HSV309°81°85°
CMYK 0.000.810.13   0.15
XYZ38.332219.929049.9705
Yxy19.92900.35420.1841
Hunter Lab44.641975.1474-35.1177
CIE-Lab51.756877.3573-37.4478

#d82abd color RGB value is (216,42,189).

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

The process color (four color CMYK) of #d82abd color hex is 0.00, 0.81, 0.13, 0.15. Web safe color of #d82abd is #cc33cc. Color #d82abd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00101010 10111101
Octal 330 52 275
Decimal 216 42 189
Hex D8 2A BD

RGB Percentages of Color #d82abd

%48.32
%9.40
%42.28

CMYK Percentages of Color #d82abd

%0
%81
%13
%15

Triadic Colors of #d82abd

#d82abd #bdd82a #2abdd8

Analogous Colors of #d82abd

#d82abd #d82a66 #9c2ad8

Monochromatic Colors of #d82abd

#d82abd

Complementary Color

#d82abd #2ad845

#d82abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d82abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d82abd Color CSS Codes

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

#d82abd Text Font Color

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

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


#d82abd Background Color

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

This div background color is #d82abd


#d82abd Border Color

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

This div border color is #d82abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d82abd


Comments

No comments written yet.

Please login to write comment.