Color Hex Logo

#604ada Color Hex

#604ADA
(96,74,218)
0 Favorites   0 Comments

Color spaces of #604ada

RGB 9674218
HSL0.690.660.57
HSV249°66°85°
CMYK 0.560.660.00   0.15
XYZ19.927512.446367.6817
Yxy12.44630.19920.1244
Hunter Lab35.279339.0868-89.0495
CIE-Lab41.916847.3939-70.8304

#604ada color RGB value is (96,74,218).

#604ada hex color red value is 96, green value is 74 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #604ada hue: 0.69 , saturation: 0.66 and the lightness value of 604ada is 0.57.

The process color (four color CMYK) of #604ada color hex is 0.56, 0.66, 0.00, 0.15. Web safe color of #604ada is #6633cc. Color #604ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01001010 11011010
Octal 140 112 332
Decimal 96 74 218
Hex 60 4A DA

RGB Percentages of Color #604ada

%24.74
%19.07
%56.19

CMYK Percentages of Color #604ada

%56
%66
%0
%15

Triadic Colors of #604ada

#604ada #da604a #4ada60

Analogous Colors of #604ada

#604ada #a84ada #4a7cda

Monochromatic Colors of #604ada

#604ada

Complementary Color

#604ada #c4da4a

#604ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#604ada Color CSS Codes

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

#604ada Text Font Color

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

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


#604ada Background Color

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

This div background color is #604ada


#604ada Border Color

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

This div border color is #604ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604ada


Comments

No comments written yet.

Please login to write comment.