Color Hex Logo

#60005d Color Hex

#60005D
(96,0,93)
0 Favorites   0 Comments

Color spaces of #60005d

RGB 96093
HSL0.841.000.19
HSV302°100°38°
CMYK 0.001.000.03   0.62
XYZ6.79973.277110.6301
Yxy3.27710.32840.1583
Hunter Lab18.102835.3677-22.1437
CIE-Lab21.121147.5600-28.0902

#60005d color RGB value is (96,0,93).

#60005d hex color red value is 96, green value is 0 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #60005d hue: 0.84 , saturation: 1.00 and the lightness value of 60005d is 0.19.

The process color (four color CMYK) of #60005d color hex is 0.00, 1.00, 0.03, 0.62. Web safe color of #60005d is #660066. Color #60005d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00000000 01011101
Octal 140 0 135
Decimal 96 0 93
Hex 60 0 5D

RGB Percentages of Color #60005d

%50.79
%0.00
%49.21

CMYK Percentages of Color #60005d

%0
%100
%3
%62

Triadic Colors of #60005d

#60005d #5d6000 #005d60

Analogous Colors of #60005d

#60005d #60002d #330060

Monochromatic Colors of #60005d

#60005d

Complementary Color

#60005d #006003

#60005d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60005d Color Preview on White Background

Lorem ipsum dolor sit amet.

#60005d Color CSS Codes

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

#60005d Text Font Color

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

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


#60005d Background Color

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

This div background color is #60005d


#60005d Border Color

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

This div border color is #60005d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,0,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #60005d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #60005d;
  -webkit-box-shadow: 1px 1px 3px 2px #60005d;
  box-shadow:         1px 1px 3px 2px #60005d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60005d


Comments

No comments written yet.

Please login to write comment.