Color Hex Logo

#60205f Color Hex

#60205F
(96,32,95)
0 Favorites   0 Comments

Color spaces of #60205f

RGB 963295
HSL0.840.500.25
HSV301°67°38°
CMYK 0.000.670.01   0.62
XYZ7.40594.346011.2750
Yxy4.34600.32160.1887
Hunter Lab20.847126.9296-17.4737
CIE-Lab24.783837.7660-23.6011

#60205f color RGB value is (96,32,95).

#60205f hex color red value is 96, green value is 32 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #60205f hue: 0.84 , saturation: 0.50 and the lightness value of 60205f is 0.25.

The process color (four color CMYK) of #60205f color hex is 0.00, 0.67, 0.01, 0.62. Web safe color of #60205f is #663366. Color #60205f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00100000 01011111
Octal 140 40 137
Decimal 96 32 95
Hex 60 20 5F

RGB Percentages of Color #60205f

%43.05
%14.35
%42.60

CMYK Percentages of Color #60205f

%0
%67
%1
%62

Triadic Colors of #60205f

#60205f #5f6020 #205f60

Analogous Colors of #60205f

#60205f #60203f #412060

Monochromatic Colors of #60205f

#60205f

Complementary Color

#60205f #206021

#60205f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60205f Color Preview on White Background

Lorem ipsum dolor sit amet.

#60205f Color CSS Codes

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

#60205f Text Font Color

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

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


#60205f Background Color

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

This div background color is #60205f


#60205f Border Color

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

This div border color is #60205f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,32,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #60205f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #60205f;
  -webkit-box-shadow: 1px 1px 3px 2px #60205f;
  box-shadow:         1px 1px 3px 2px #60205f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60205f


Comments

No comments written yet.

Please login to write comment.