Color Hex Logo

#d80771 Color Hex

#D80771
(216,7,113)
0 Favorites   0 Comments

Color spaces of #d80771

RGB 2167113
HSL0.920.940.44
HSV330°97°85°
CMYK 0.000.970.48   0.15
XYZ31.375515.943117.0464
Yxy15.94310.48750.2477
Hunter Lab39.928870.38742.6381
CIE-Lab46.899774.43820.6556

#d80771 color RGB value is (216,7,113).

#d80771 hex color red value is 216, green value is 7 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #d80771 hue: 0.92 , saturation: 0.94 and the lightness value of d80771 is 0.44.

The process color (four color CMYK) of #d80771 color hex is 0.00, 0.97, 0.48, 0.15. Web safe color of #d80771 is #cc0066. Color #d80771 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00000111 01110001
Octal 330 7 161
Decimal 216 7 113
Hex D8 7 71

RGB Percentages of Color #d80771

%64.29
%2.08
%33.63

CMYK Percentages of Color #d80771

%0
%97
%48
%15

Triadic Colors of #d80771

#d80771 #71d807 #0771d8

Analogous Colors of #d80771

#d80771 #d80708 #d707d8

Monochromatic Colors of #d80771

#d80771

Complementary Color

#d80771 #07d86e

#d80771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d80771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d80771 Color CSS Codes

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

#d80771 Text Font Color

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

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


#d80771 Background Color

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

This div background color is #d80771


#d80771 Border Color

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

This div border color is #d80771


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d80771


Comments

No comments written yet.

Please login to write comment.