Color Hex Logo

#605acc Color Hex

#605ACC
(96,90,204)
0 Favorites   0 Comments

Color spaces of #605acc

RGB 9690204
HSL0.680.530.58
HSV243°56°80°
CMYK 0.530.560.00   0.20
XYZ19.379114.158858.8383
Yxy14.15880.20980.1533
Hunter Lab37.628226.0810-66.3706
CIE-Lab44.459833.6825-58.6623

#605acc color RGB value is (96,90,204).

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

The process color (four color CMYK) of #605acc color hex is 0.53, 0.56, 0.00, 0.20. Web safe color of #605acc is #6666cc. Color #605acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01011010 11001100
Octal 140 132 314
Decimal 96 90 204
Hex 60 5A CC

RGB Percentages of Color #605acc

%24.62
%23.08
%52.31

CMYK Percentages of Color #605acc

%53
%56
%0
%20

Triadic Colors of #605acc

#605acc #cc605a #5acc60

Analogous Colors of #605acc

#605acc #995acc #5a8dcc

Monochromatic Colors of #605acc

#605acc

Complementary Color

#605acc #c6cc5a

#605acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#605acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#605acc Color CSS Codes

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

#605acc Text Font Color

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

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


#605acc Background Color

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

This div background color is #605acc


#605acc Border Color

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

This div border color is #605acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #605acc


Comments

No comments written yet.

Please login to write comment.