Color Hex Logo

#604cab Color Hex

#604CAB
(96,76,171)
0 Favorites   0 Comments

Color spaces of #604cab

RGB 9676171
HSL0.700.380.48
HSV253°56°67°
CMYK 0.440.560.00   0.33
XYZ14.759010.596039.7954
Yxy10.59600.22650.1626
Hunter Lab32.551523.9676-49.6982
CIE-Lab38.891532.1451-48.3545

#604cab color RGB value is (96,76,171).

#604cab hex color red value is 96, green value is 76 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #604cab hue: 0.70 , saturation: 0.38 and the lightness value of 604cab is 0.48.

The process color (four color CMYK) of #604cab color hex is 0.44, 0.56, 0.00, 0.33. Web safe color of #604cab is #663399. Color #604cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01001100 10101011
Octal 140 114 253
Decimal 96 76 171
Hex 60 4C AB

RGB Percentages of Color #604cab

%27.99
%22.16
%49.85

CMYK Percentages of Color #604cab

%44
%56
%0
%33

Triadic Colors of #604cab

#604cab #ab604c #4cab60

Analogous Colors of #604cab

#604cab #904cab #4c68ab

Monochromatic Colors of #604cab

#604cab

Complementary Color

#604cab #97ab4c

#604cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#604cab Color CSS Codes

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

#604cab Text Font Color

<p style="color:#604cab">Text here</p>

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


#604cab Background Color

<div style="background-color:#604cab">
Div content here</div>

This div background color is #604cab


#604cab Border Color

<div style="border:3px solid #604cab">
Div here</div>

This div border color is #604cab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,76,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 #604cab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604cab


Comments

No comments written yet.

Please login to write comment.