Color Hex Logo

#605c8a Color Hex

#605C8A
(96,92,138)
0 Favorites   0 Comments

Color spaces of #605c8a

RGB 9692138
HSL0.680.200.45
HSV245°33°54°
CMYK 0.300.330.00   0.46
XYZ13.238511.976125.6586
Yxy11.97610.26020.2354
Hunter Lab34.60657.7227-19.7353
CIE-Lab41.178112.7238-24.9514

#605c8a color RGB value is (96,92,138).

#605c8a hex color red value is 96, green value is 92 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #605c8a hue: 0.68 , saturation: 0.20 and the lightness value of 605c8a is 0.45.

The process color (four color CMYK) of #605c8a color hex is 0.30, 0.33, 0.00, 0.46. Web safe color of #605c8a is #666699. Color #605c8a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01011100 10001010
Octal 140 134 212
Decimal 96 92 138
Hex 60 5C 8A

RGB Percentages of Color #605c8a

%29.45
%28.22
%42.33

CMYK Percentages of Color #605c8a

%30
%33
%0
%46

Triadic Colors of #605c8a

#605c8a #8a605c #5c8a60

Analogous Colors of #605c8a

#605c8a #775c8a #5c6f8a

Monochromatic Colors of #605c8a

#605c8a

Complementary Color

#605c8a #868a5c

#605c8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#605c8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#605c8a Color CSS Codes

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

#605c8a Text Font Color

<p style="color:#605c8a">Text here</p>

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


#605c8a Background Color

<div style="background-color:#605c8a">
Div content here</div>

This div background color is #605c8a


#605c8a Border Color

<div style="border:3px solid #605c8a">
Div here</div>

This div border color is #605c8a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,92,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #605c8a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #605c8a;
  -webkit-box-shadow: 1px 1px 3px 2px #605c8a;
  box-shadow:         1px 1px 3px 2px #605c8a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #605c8a


Comments

No comments written yet.

Please login to write comment.