Color Hex Logo

#607aca Color Hex

#607ACA
(96,122,202)
0 Favorites   0 Comments

Color spaces of #607aca

RGB 96122202
HSL0.630.500.58
HSV225°52°79°
CMYK 0.520.400.00   0.21
XYZ22.444120.670158.6839
Yxy20.67010.22050.2030
Hunter Lab45.46448.5562-44.7045
CIE-Lab52.586513.4154-44.5081

#607aca color RGB value is (96,122,202).

#607aca hex color red value is 96, green value is 122 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #607aca hue: 0.63 , saturation: 0.50 and the lightness value of 607aca is 0.58.

The process color (four color CMYK) of #607aca color hex is 0.52, 0.40, 0.00, 0.21. Web safe color of #607aca is #6666cc. Color #607aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01111010 11001010
Octal 140 172 312
Decimal 96 122 202
Hex 60 7A CA

RGB Percentages of Color #607aca

%22.86
%29.05
%48.10

CMYK Percentages of Color #607aca

%52
%40
%0
%21

Triadic Colors of #607aca

#607aca #ca607a #7aca60

Analogous Colors of #607aca

#607aca #7b60ca #60afca

Monochromatic Colors of #607aca

#607aca

Complementary Color

#607aca #cab060

#607aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#607aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#607aca Color CSS Codes

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

#607aca Text Font Color

<p style="color:#607aca">Text here</p>

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


#607aca Background Color

<div style="background-color:#607aca">
Div content here</div>

This div background color is #607aca


#607aca Border Color

<div style="border:3px solid #607aca">
Div here</div>

This div border color is #607aca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,122,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #607aca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #607aca;
  -webkit-box-shadow: 1px 1px 3px 2px #607aca;
  box-shadow:         1px 1px 3px 2px #607aca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #607aca


Comments

No comments written yet.

Please login to write comment.