Color Hex Logo

#605193 Color Hex

#605193
(96,81,147)
0 Favorites   0 Comments

Color spaces of #605193

RGB 9681147
HSL0.700.290.45
HSV254°45°58°
CMYK 0.350.450.00   0.42
XYZ13.032810.478228.9394
Yxy10.47820.24850.1998
Hunter Lab32.370015.2199-30.3473
CIE-Lab38.687422.1104-34.3013

#605193 color RGB value is (96,81,147).

#605193 hex color red value is 96, green value is 81 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #605193 hue: 0.70 , saturation: 0.29 and the lightness value of 605193 is 0.45.

The process color (four color CMYK) of #605193 color hex is 0.35, 0.45, 0.00, 0.42. Web safe color of #605193 is #666699. Color #605193 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01010001 10010011
Octal 140 121 223
Decimal 96 81 147
Hex 60 51 93

RGB Percentages of Color #605193

%29.63
%25.00
%45.37

CMYK Percentages of Color #605193

%35
%45
%0
%42

Triadic Colors of #605193

#605193 #936051 #519360

Analogous Colors of #605193

#605193 #815193 #516393

Monochromatic Colors of #605193

#605193

Complementary Color

#605193 #849351

#605193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#605193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#605193 Color CSS Codes

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

#605193 Text Font Color

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

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


#605193 Background Color

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

This div background color is #605193


#605193 Border Color

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

This div border color is #605193


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,81,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #605193; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #605193;
  -webkit-box-shadow: 1px 1px 3px 2px #605193;
  box-shadow:         1px 1px 3px 2px #605193; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #605193


Comments

No comments written yet.

Please login to write comment.