Color Hex Logo

#60367d Color Hex

#60367D
(96,54,125)
0 Favorites   0 Comments

Color spaces of #60367d

RGB 9654125
HSL0.770.400.35
HSV275°57°49°
CMYK 0.230.570.00   0.51
XYZ9.84476.605820.1582
Yxy6.60580.26890.1804
Hunter Lab25.701823.3939-28.5107
CIE-Lab30.892132.6932-33.1399

#60367d color RGB value is (96,54,125).

#60367d hex color red value is 96, green value is 54 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #60367d hue: 0.77 , saturation: 0.40 and the lightness value of 60367d is 0.35.

The process color (four color CMYK) of #60367d color hex is 0.23, 0.57, 0.00, 0.51. Web safe color of #60367d is #663366. Color #60367d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00110110 01111101
Octal 140 66 175
Decimal 96 54 125
Hex 60 36 7D

RGB Percentages of Color #60367d

%34.91
%19.64
%45.45

CMYK Percentages of Color #60367d

%23
%57
%0
%51

Triadic Colors of #60367d

#60367d #7d6036 #367d60

Analogous Colors of #60367d

#60367d #7d3677 #3d367d

Monochromatic Colors of #60367d

#60367d

Complementary Color

#60367d #537d36

#60367d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60367d Color Preview on White Background

Lorem ipsum dolor sit amet.

#60367d Color CSS Codes

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

#60367d Text Font Color

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

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


#60367d Background Color

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

This div background color is #60367d


#60367d Border Color

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

This div border color is #60367d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60367d


Comments

No comments written yet.

Please login to write comment.