Color Hex Logo

#d60581 Color Hex

#D60581
(214,5,129)
0 Favorites   0 Comments

Color spaces of #d60581

RGB 2145129
HSL0.900.950.43
HSV324°98°84°
CMYK 0.000.980.40   0.16
XYZ31.748315.989722.1819
Yxy15.98970.45410.2287
Hunter Lab39.987171.7449-4.8987
CIE-Lab46.961075.5376-9.1285

#d60581 color RGB value is (214,5,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00000101 10000001
Octal 326 5 201
Decimal 214 5 129
Hex D6 5 81

RGB Percentages of Color #d60581

%61.49
%1.44
%37.07

CMYK Percentages of Color #d60581

%0
%98
%40
%16

Triadic Colors of #d60581

#d60581 #81d605 #0581d6

Analogous Colors of #d60581

#d60581 #d60518 #c305d6

Monochromatic Colors of #d60581

#d60581

Complementary Color

#d60581 #05d65a

#d60581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d60581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d60581 Color CSS Codes

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

#d60581 Text Font Color

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

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


#d60581 Background Color

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

This div background color is #d60581


#d60581 Border Color

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

This div border color is #d60581


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,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 #d60581">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d60581


Comments

No comments written yet.

Please login to write comment.