Color Hex Logo

#d80471 Color Hex

#D80471
(216,4,113)
0 Favorites   0 Comments

Color spaces of #d80471

RGB 2164113
HSL0.910.960.43
HSV329°98°85°
CMYK 0.000.980.48   0.15
XYZ31.343015.878017.0356
Yxy15.87800.48780.2471
Hunter Lab39.847270.67182.5452
CIE-Lab46.814074.68840.5306

#d80471 color RGB value is (216,4,113).

#d80471 hex color red value is 216, green value is 4 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #d80471 hue: 0.91 , saturation: 0.96 and the lightness value of d80471 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00000100 01110001
Octal 330 4 161
Decimal 216 4 113
Hex D8 4 71

RGB Percentages of Color #d80471

%64.86
%1.20
%33.93

CMYK Percentages of Color #d80471

%0
%98
%48
%15

Triadic Colors of #d80471

#d80471 #71d804 #0471d8

Analogous Colors of #d80471

#d80471 #d80407 #d504d8

Monochromatic Colors of #d80471

#d80471

Complementary Color

#d80471 #04d86b

#d80471 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d80471 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d80471 Color CSS Codes

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

#d80471 Text Font Color

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

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


#d80471 Background Color

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

This div background color is #d80471


#d80471 Border Color

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

This div border color is #d80471


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d80471


Comments

No comments written yet.

Please login to write comment.