Color Hex Logo

#60064d Color Hex

#60064D
(96,6,77)
0 Favorites   0 Comments

Color spaces of #60064d

RGB 96677
HSL0.870.880.20
HSV313°94°38°
CMYK 0.000.940.20   0.62
XYZ6.22853.15297.3015
Yxy3.15290.37330.1890
Hunter Lab17.756431.5396-11.9508
CIE-Lab20.646143.6245-18.0715

#60064d color RGB value is (96,6,77).

#60064d hex color red value is 96, green value is 6 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #60064d hue: 0.87 , saturation: 0.88 and the lightness value of 60064d is 0.20.

The process color (four color CMYK) of #60064d color hex is 0.00, 0.94, 0.20, 0.62. Web safe color of #60064d is #660066. Color #60064d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00000110 01001101
Octal 140 6 115
Decimal 96 6 77
Hex 60 6 4D

RGB Percentages of Color #60064d

%53.63
%3.35
%43.02

CMYK Percentages of Color #60064d

%0
%94
%20
%62

Triadic Colors of #60064d

#60064d #4d6006 #064d60

Analogous Colors of #60064d

#60064d #600620 #460660

Monochromatic Colors of #60064d

#60064d

Complementary Color

#60064d #066019

#60064d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60064d Color Preview on White Background

Lorem ipsum dolor sit amet.

#60064d Color CSS Codes

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

#60064d Text Font Color

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

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


#60064d Background Color

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

This div background color is #60064d


#60064d Border Color

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

This div border color is #60064d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60064d


Comments

No comments written yet.

Please login to write comment.