Color Hex Logo

#605eac Color Hex

#605EAC
(96,94,172)
0 Favorites   0 Comments

Color spaces of #605eac

RGB 9694172
HSL0.670.320.52
HSV242°45°67°
CMYK 0.440.450.00   0.33
XYZ16.273013.470840.7722
Yxy13.47080.23080.1910
Hunter Lab36.702614.9129-40.1723
CIE-Lab43.464221.3272-41.6310

#605eac color RGB value is (96,94,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01011110 10101100
Octal 140 136 254
Decimal 96 94 172
Hex 60 5E AC

RGB Percentages of Color #605eac

%26.52
%25.97
%47.51

CMYK Percentages of Color #605eac

%44
%45
%0
%33

Triadic Colors of #605eac

#605eac #ac605e #5eac60

Analogous Colors of #605eac

#605eac #875eac #5e83ac

Monochromatic Colors of #605eac

#605eac

Complementary Color

#605eac #aaac5e

#605eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#605eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#605eac Color CSS Codes

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

#605eac Text Font Color

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

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


#605eac Background Color

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

This div background color is #605eac


#605eac Border Color

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

This div border color is #605eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #605eac


Comments

No comments written yet.

Please login to write comment.