Color Hex Logo

#d80498 Color Hex

#D80498
(216,4,152)
0 Favorites   0 Comments

Color spaces of #d80498

RGB 2164152
HSL0.880.960.43
HSV318°98°85°
CMYK 0.000.980.30   0.15
XYZ34.029816.952831.1844
Yxy16.95280.41420.2063
Hunter Lab41.173875.4747-16.0837
CIE-Lab48.200578.3134-21.1420

#d80498 color RGB value is (216,4,152).

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

The process color (four color CMYK) of #d80498 color hex is 0.00, 0.98, 0.30, 0.15. Web safe color of #d80498 is #cc0099. Color #d80498 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00000100 10011000
Octal 330 4 230
Decimal 216 4 152
Hex D8 4 98

RGB Percentages of Color #d80498

%58.06
%1.08
%40.86

CMYK Percentages of Color #d80498

%0
%98
%30
%15

Triadic Colors of #d80498

#d80498 #98d804 #0498d8

Analogous Colors of #d80498

#d80498 #d8042e #ae04d8

Monochromatic Colors of #d80498

#d80498

Complementary Color

#d80498 #04d844

#d80498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d80498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d80498 Color CSS Codes

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

#d80498 Text Font Color

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

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


#d80498 Background Color

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

This div background color is #d80498


#d80498 Border Color

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

This div border color is #d80498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d80498


Comments

No comments written yet.

Please login to write comment.