Color Hex Logo

#d80581 Color Hex

#D80581
(216,5,129)
0 Favorites   0 Comments

Color spaces of #d80581

RGB 2165129
HSL0.900.950.43
HSV325°98°85°
CMYK 0.000.980.40   0.15
XYZ32.335616.292522.2094
Yxy16.29250.45650.2300
Hunter Lab40.364072.3595-4.3683
CIE-Lab47.355975.9613-8.4961

#d80581 color RGB value is (216,5,129).

#d80581 hex color red value is 216, green value is 5 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #d80581 hue: 0.90 , saturation: 0.95 and the lightness value of d80581 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00000101 10000001
Octal 330 5 201
Decimal 216 5 129
Hex D8 5 81

RGB Percentages of Color #d80581

%61.71
%1.43
%36.86

CMYK Percentages of Color #d80581

%0
%98
%40
%15

Triadic Colors of #d80581

#d80581 #81d805 #0581d8

Analogous Colors of #d80581

#d80581 #d80517 #c605d8

Monochromatic Colors of #d80581

#d80581

Complementary Color

#d80581 #05d85c

#d80581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d80581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d80581 Color CSS Codes

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

#d80581 Text Font Color

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

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


#d80581 Background Color

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

This div background color is #d80581


#d80581 Border Color

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

This div border color is #d80581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d80581


Comments

No comments written yet.

Please login to write comment.