Color Hex Logo

#d80bad Color Hex

#D80BAD
(216,11,173)
0 Favorites   0 Comments

Color spaces of #d80bad

RGB 21611173
HSL0.870.900.45
HSV313°95°85°
CMYK 0.000.950.20   0.15
XYZ35.981417.855441.0852
Yxy17.85540.37910.1881
Hunter Lab42.255778.0484-28.0688
CIE-Lab49.320380.1483-31.9024

#d80bad color RGB value is (216,11,173).

#d80bad hex color red value is 216, green value is 11 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d80bad hue: 0.87 , saturation: 0.90 and the lightness value of d80bad is 0.45.

The process color (four color CMYK) of #d80bad color hex is 0.00, 0.95, 0.20, 0.15. Web safe color of #d80bad is #cc0099. Color #d80bad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00001011 10101101
Octal 330 13 255
Decimal 216 11 173
Hex D8 B AD

RGB Percentages of Color #d80bad

%54.00
%2.75
%43.25

CMYK Percentages of Color #d80bad

%0
%95
%20
%15

Triadic Colors of #d80bad

#d80bad #add80b #0badd8

Analogous Colors of #d80bad

#d80bad #d80b46 #9d0bd8

Monochromatic Colors of #d80bad

#d80bad

Complementary Color

#d80bad #0bd836

#d80bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d80bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d80bad Color CSS Codes

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

#d80bad Text Font Color

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

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


#d80bad Background Color

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

This div background color is #d80bad


#d80bad Border Color

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

This div border color is #d80bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d80bad


Comments

No comments written yet.

Please login to write comment.