Color Hex Logo

#d80ad5 Color Hex

#D80AD5
(216,10,213)
0 Favorites   0 Comments

Color spaces of #d80ad5

RGB 21610213
HSL0.840.910.44
HSV301°95°85°
CMYK 0.000.950.01   0.15
XYZ40.437719.620164.6065
Yxy19.62010.32440.1574
Hunter Lab44.294685.4419-55.4721
CIE-Lab51.404985.5176-51.8463

#d80ad5 color RGB value is (216,10,213).

#d80ad5 hex color red value is 216, green value is 10 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #d80ad5 hue: 0.84 , saturation: 0.91 and the lightness value of d80ad5 is 0.44.

The process color (four color CMYK) of #d80ad5 color hex is 0.00, 0.95, 0.01, 0.15. Web safe color of #d80ad5 is #cc00cc. Color #d80ad5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00001010 11010101
Octal 330 12 325
Decimal 216 10 213
Hex D8 A D5

RGB Percentages of Color #d80ad5

%49.20
%2.28
%48.52

CMYK Percentages of Color #d80ad5

%0
%95
%1
%15

Triadic Colors of #d80ad5

#d80ad5 #d5d80a #0ad5d8

Analogous Colors of #d80ad5

#d80ad5 #d80a6e #740ad8

Monochromatic Colors of #d80ad5

#d80ad5

Complementary Color

#d80ad5 #0ad80d

#d80ad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d80ad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d80ad5 Color CSS Codes

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

#d80ad5 Text Font Color

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

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


#d80ad5 Background Color

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

This div background color is #d80ad5


#d80ad5 Border Color

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

This div border color is #d80ad5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d80ad5


Comments

No comments written yet.

Please login to write comment.