Color Hex Logo

#605abc Color Hex

#605ABC
(96,90,188)
0 Favorites   0 Comments

Color spaces of #605abc

RGB 9690188
HSL0.680.420.55
HSV244°52°74°
CMYK 0.490.520.00   0.26
XYZ17.557113.430049.2438
Yxy13.43000.21880.1674
Hunter Lab36.647021.3849-54.0172
CIE-Lab43.404128.7050-51.0975

#605abc color RGB value is (96,90,188).

#605abc hex color red value is 96, green value is 90 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #605abc hue: 0.68 , saturation: 0.42 and the lightness value of 605abc is 0.55.

The process color (four color CMYK) of #605abc color hex is 0.49, 0.52, 0.00, 0.26. Web safe color of #605abc is #6666cc. Color #605abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01011010 10111100
Octal 140 132 274
Decimal 96 90 188
Hex 60 5A BC

RGB Percentages of Color #605abc

%25.67
%24.06
%50.27

CMYK Percentages of Color #605abc

%49
%52
%0
%26

Triadic Colors of #605abc

#605abc #bc605a #5abc60

Analogous Colors of #605abc

#605abc #915abc #5a85bc

Monochromatic Colors of #605abc

#605abc

Complementary Color

#605abc #b6bc5a

#605abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#605abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#605abc Color CSS Codes

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

#605abc Text Font Color

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

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


#605abc Background Color

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

This div background color is #605abc


#605abc Border Color

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

This div border color is #605abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #605abc


Comments

No comments written yet.

Please login to write comment.