Color Hex Logo

#d80061 Color Hex

#D80061
(216,0,97)
0 Favorites   0 Comments

Color spaces of #d80061

RGB 216097
HSL0.931.000.42
HSV333°100°85°
CMYK 0.001.000.55   0.15
XYZ30.476615.462012.6874
Yxy15.46200.51980.2637
Hunter Lab39.321769.53468.3949
CIE-Lab46.260673.86129.6594

#d80061 color RGB value is (216,0,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00000000 01100001
Octal 330 0 141
Decimal 216 0 97
Hex D8 0 61

RGB Percentages of Color #d80061

%69.01
%0.00
%30.99

CMYK Percentages of Color #d80061

%0
%100
%55
%15

Triadic Colors of #d80061

#d80061 #61d800 #0061d8

Analogous Colors of #d80061

#d80061 #d80b00 #d800cd

Monochromatic Colors of #d80061

#d80061

Complementary Color

#d80061 #00d877

#d80061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d80061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d80061 Color CSS Codes

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

#d80061 Text Font Color

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

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


#d80061 Background Color

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

This div background color is #d80061


#d80061 Border Color

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

This div border color is #d80061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d80061


Comments

No comments written yet.

Please login to write comment.