Color Hex Logo

#605fab Color Hex

#605FAB
(96,95,171)
0 Favorites   0 Comments

Color spaces of #605fab

RGB 9695171
HSL0.670.310.52
HSV241°44°67°
CMYK 0.440.440.00   0.33
XYZ16.266813.611540.2980
Yxy13.61150.23180.1940
Hunter Lab36.893814.1382-38.9351
CIE-Lab43.670520.4027-40.7143

#605fab color RGB value is (96,95,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01011111 10101011
Octal 140 137 253
Decimal 96 95 171
Hex 60 5F AB

RGB Percentages of Color #605fab

%26.52
%26.24
%47.24

CMYK Percentages of Color #605fab

%44
%44
%0
%33

Triadic Colors of #605fab

#605fab #ab605f #5fab60

Analogous Colors of #605fab

#605fab #865fab #5f84ab

Monochromatic Colors of #605fab

#605fab

Complementary Color

#605fab #aaab5f

#605fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#605fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#605fab Color CSS Codes

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

#605fab Text Font Color

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

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


#605fab Background Color

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

This div background color is #605fab


#605fab Border Color

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

This div border color is #605fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #605fab


Comments

No comments written yet.

Please login to write comment.