Color Hex Logo

#d80b87 Color Hex

#D80B87
(216,11,135)
0 Favorites   0 Comments

Color spaces of #d80b87

RGB 21611135
HSL0.900.900.45
HSV324°95°85°
CMYK 0.000.950.38   0.15
XYZ32.811716.587524.3940
Yxy16.58750.44460.2248
Hunter Lab40.727872.5323-7.0025
CIE-Lab47.736076.0277-11.5808

#d80b87 color RGB value is (216,11,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00001011 10000111
Octal 330 13 207
Decimal 216 11 135
Hex D8 B 87

RGB Percentages of Color #d80b87

%59.67
%3.04
%37.29

CMYK Percentages of Color #d80b87

%0
%95
%38
%15

Triadic Colors of #d80b87

#d80b87 #87d80b #0b87d8

Analogous Colors of #d80b87

#d80b87 #d80b21 #c30bd8

Monochromatic Colors of #d80b87

#d80b87

Complementary Color

#d80b87 #0bd85c

#d80b87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d80b87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d80b87 Color CSS Codes

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

#d80b87 Text Font Color

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

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


#d80b87 Background Color

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

This div background color is #d80b87


#d80b87 Border Color

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

This div border color is #d80b87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d80b87


Comments

No comments written yet.

Please login to write comment.