Color Hex Logo

#d81680 Color Hex

#D81680
(216,22,128)
0 Favorites   0 Comments

Color spaces of #d81680

RGB 21622128
HSL0.910.820.47
HSV327°90°85°
CMYK 0.000.900.41   0.15
XYZ32.502116.731321.9385
Yxy16.73130.45670.2351
Hunter Lab40.903970.2536-3.1670
CIE-Lab47.919774.1294-7.0435

#d81680 color RGB value is (216,22,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00010110 10000000
Octal 330 26 200
Decimal 216 22 128
Hex D8 16 80

RGB Percentages of Color #d81680

%59.02
%6.01
%34.97

CMYK Percentages of Color #d81680

%0
%90
%41
%15

Triadic Colors of #d81680

#d81680 #80d816 #1680d8

Analogous Colors of #d81680

#d81680 #d8161f #cf16d8

Monochromatic Colors of #d81680

#d81680

Complementary Color

#d81680 #16d86e

#d81680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d81680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d81680 Color CSS Codes

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

#d81680 Text Font Color

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

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


#d81680 Background Color

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

This div background color is #d81680


#d81680 Border Color

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

This div border color is #d81680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d81680


Comments

No comments written yet.

Please login to write comment.