Color Hex Logo

#60437d Color Hex

#60437D
(96,67,125)
0 Favorites   0 Comments

Color spaces of #60437d

RGB 9667125
HSL0.750.300.38
HSV270°46°49°
CMYK 0.230.460.00   0.51
XYZ10.53277.981820.3875
Yxy7.98180.27070.2052
Hunter Lab28.252117.1057-23.0089
CIE-Lab33.945024.8817-28.3070

#60437d color RGB value is (96,67,125).

#60437d hex color red value is 96, green value is 67 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #60437d hue: 0.75 , saturation: 0.30 and the lightness value of 60437d is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01000011 01111101
Octal 140 103 175
Decimal 96 67 125
Hex 60 43 7D

RGB Percentages of Color #60437d

%33.33
%23.26
%43.40

CMYK Percentages of Color #60437d

%23
%46
%0
%51

Triadic Colors of #60437d

#60437d #7d6043 #437d60

Analogous Colors of #60437d

#60437d #7d437d #43437d

Monochromatic Colors of #60437d

#60437d

Complementary Color

#60437d #607d43

#60437d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60437d Color Preview on White Background

Lorem ipsum dolor sit amet.

#60437d Color CSS Codes

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

#60437d Text Font Color

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

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


#60437d Background Color

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

This div background color is #60437d


#60437d Border Color

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

This div border color is #60437d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60437d


Comments

No comments written yet.

Please login to write comment.