Color Hex Logo

#604cae Color Hex

#604CAE
(96,76,174)
0 Favorites   0 Comments

Color spaces of #604cae

RGB 9676174
HSL0.700.390.49
HSV252°56°68°
CMYK 0.450.560.00   0.32
XYZ15.048310.711741.3188
Yxy10.71170.22430.1597
Hunter Lab32.728724.7970-51.9413
CIE-Lab39.090633.0317-49.8131

#604cae color RGB value is (96,76,174).

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

The process color (four color CMYK) of #604cae color hex is 0.45, 0.56, 0.00, 0.32. Web safe color of #604cae is #663399. Color #604cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01001100 10101110
Octal 140 114 256
Decimal 96 76 174
Hex 60 4C AE

RGB Percentages of Color #604cae

%27.75
%21.97
%50.29

CMYK Percentages of Color #604cae

%45
%56
%0
%32

Triadic Colors of #604cae

#604cae #ae604c #4cae60

Analogous Colors of #604cae

#604cae #914cae #4c69ae

Monochromatic Colors of #604cae

#604cae

Complementary Color

#604cae #9aae4c

#604cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#604cae Color CSS Codes

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

#604cae Text Font Color

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

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


#604cae Background Color

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

This div background color is #604cae


#604cae Border Color

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

This div border color is #604cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604cae


Comments

No comments written yet.

Please login to write comment.