Color Hex Logo

#d80070 Color Hex

#D80070
(216,0,112)
0 Favorites   0 Comments

Color spaces of #d80070

RGB 2160112
HSL0.911.000.42
HSV329°100°85°
CMYK 0.001.000.48   0.15
XYZ31.243515.768816.7262
Yxy15.76880.49020.2474
Hunter Lab39.709970.95012.8235
CIE-Lab46.669774.94460.9381

#d80070 color RGB value is (216,0,112).

#d80070 hex color red value is 216, green value is 0 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #d80070 hue: 0.91 , saturation: 1.00 and the lightness value of d80070 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00000000 01110000
Octal 330 0 160
Decimal 216 0 112
Hex D8 0 70

RGB Percentages of Color #d80070

%65.85
%0.00
%34.15

CMYK Percentages of Color #d80070

%0
%100
%48
%15

Triadic Colors of #d80070

#d80070 #70d800 #0070d8

Analogous Colors of #d80070

#d80070 #d80004 #d400d8

Monochromatic Colors of #d80070

#d80070

Complementary Color

#d80070 #00d868

#d80070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d80070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d80070 Color CSS Codes

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

#d80070 Text Font Color

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

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


#d80070 Background Color

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

This div background color is #d80070


#d80070 Border Color

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

This div border color is #d80070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d80070


Comments

No comments written yet.

Please login to write comment.