Color Hex Logo

#605cad Color Hex

#605CAD
(96,92,173)
0 Favorites   0 Comments

Color spaces of #605cad

RGB 9692173
HSL0.670.330.52
HSV243°47°68°
CMYK 0.450.470.00   0.32
XYZ16.193813.158241.2214
Yxy13.15820.22950.1864
Hunter Lab36.274216.2073-41.9841
CIE-Lab43.000722.8742-42.9578

#605cad color RGB value is (96,92,173).

#605cad hex color red value is 96, green value is 92 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #605cad hue: 0.67 , saturation: 0.33 and the lightness value of 605cad is 0.52.

The process color (four color CMYK) of #605cad color hex is 0.45, 0.47, 0.00, 0.32. Web safe color of #605cad is #666699. Color #605cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01011100 10101101
Octal 140 134 255
Decimal 96 92 173
Hex 60 5C AD

RGB Percentages of Color #605cad

%26.59
%25.48
%47.92

CMYK Percentages of Color #605cad

%45
%47
%0
%32

Triadic Colors of #605cad

#605cad #ad605c #5cad60

Analogous Colors of #605cad

#605cad #895cad #5c81ad

Monochromatic Colors of #605cad

#605cad

Complementary Color

#605cad #a9ad5c

#605cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#605cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#605cad Color CSS Codes

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

#605cad Text Font Color

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

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


#605cad Background Color

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

This div background color is #605cad


#605cad Border Color

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

This div border color is #605cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #605cad


Comments

No comments written yet.

Please login to write comment.