Color Hex Logo

#d81480 Color Hex

#D81480
(216,20,128)
0 Favorites   0 Comments

Color spaces of #d81480

RGB 21620128
HSL0.910.830.46
HSV327°91°85°
CMYK 0.000.910.41   0.15
XYZ32.465316.657821.9262
Yxy16.65780.45690.2345
Hunter Lab40.814070.5626-3.2822
CIE-Lab47.825974.4015-7.1832

#d81480 color RGB value is (216,20,128).

#d81480 hex color red value is 216, green value is 20 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #d81480 hue: 0.91 , saturation: 0.83 and the lightness value of d81480 is 0.46.

The process color (four color CMYK) of #d81480 color hex is 0.00, 0.91, 0.41, 0.15. Web safe color of #d81480 is #cc0099. Color #d81480 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00010100 10000000
Octal 330 24 200
Decimal 216 20 128
Hex D8 14 80

RGB Percentages of Color #d81480

%59.34
%5.49
%35.16

CMYK Percentages of Color #d81480

%0
%91
%41
%15

Triadic Colors of #d81480

#d81480 #80d814 #1480d8

Analogous Colors of #d81480

#d81480 #d8141e #ce14d8

Monochromatic Colors of #d81480

#d81480

Complementary Color

#d81480 #14d86c

#d81480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d81480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d81480 Color CSS Codes

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

#d81480 Text Font Color

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

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


#d81480 Background Color

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

This div background color is #d81480


#d81480 Border Color

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

This div border color is #d81480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d81480


Comments

No comments written yet.

Please login to write comment.