Color Hex Logo

#d80062 Color Hex

#D80062
(216,0,98)
0 Favorites   0 Comments

Color spaces of #d80062

RGB 216098
HSL0.921.000.42
HSV333°100°85°
CMYK 0.001.000.55   0.15
XYZ30.523515.480812.9346
Yxy15.48080.51790.2627
Hunter Lab39.345669.62158.0508
CIE-Lab46.285873.92799.0726

#d80062 color RGB value is (216,0,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00000000 01100010
Octal 330 0 142
Decimal 216 0 98
Hex D8 0 62

RGB Percentages of Color #d80062

%68.79
%0.00
%31.21

CMYK Percentages of Color #d80062

%0
%100
%55
%15

Triadic Colors of #d80062

#d80062 #62d800 #0062d8

Analogous Colors of #d80062

#d80062 #d80a00 #d800ce

Monochromatic Colors of #d80062

#d80062

Complementary Color

#d80062 #00d876

#d80062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d80062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d80062 Color CSS Codes

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

#d80062 Text Font Color

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

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


#d80062 Background Color

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

This div background color is #d80062


#d80062 Border Color

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

This div border color is #d80062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d80062

#d80062 Color Palettes


Comments

No comments written yet.

Please login to write comment.