Color Hex Logo

#605dae Color Hex

#605DAE
(96,93,174)
0 Favorites   0 Comments

Color spaces of #605dae

RGB 9693174
HSL0.670.330.52
HSV242°47°68°
CMYK 0.450.470.00   0.32
XYZ16.378213.371541.7621
Yxy13.37150.22900.1870
Hunter Lab36.567115.9569-42.1163
CIE-Lab43.317822.5556-43.0409

#605dae color RGB value is (96,93,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01011101 10101110
Octal 140 135 256
Decimal 96 93 174
Hex 60 5D AE

RGB Percentages of Color #605dae

%26.45
%25.62
%47.93

CMYK Percentages of Color #605dae

%45
%47
%0
%32

Triadic Colors of #605dae

#605dae #ae605d #5dae60

Analogous Colors of #605dae

#605dae #895dae #5d83ae

Monochromatic Colors of #605dae

#605dae

Complementary Color

#605dae #abae5d

#605dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#605dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#605dae Color CSS Codes

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

#605dae Text Font Color

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

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


#605dae Background Color

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

This div background color is #605dae


#605dae Border Color

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

This div border color is #605dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #605dae


Comments

No comments written yet.

Please login to write comment.