Color Hex Logo

#607fca Color Hex

#607FCA
(96,127,202)
0 Favorites   0 Comments

Color spaces of #607fca

RGB 96127202
HSL0.620.500.58
HSV222°52°79°
CMYK 0.520.370.00   0.21
XYZ23.073921.929858.8939
Yxy21.92980.22210.2111
Hunter Lab46.82936.0000-41.7844
CIE-Lab53.952410.3920-42.3470

#607fca color RGB value is (96,127,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01111111 11001010
Octal 140 177 312
Decimal 96 127 202
Hex 60 7F CA

RGB Percentages of Color #607fca

%22.59
%29.88
%47.53

CMYK Percentages of Color #607fca

%52
%37
%0
%21

Triadic Colors of #607fca

#607fca #ca607f #7fca60

Analogous Colors of #607fca

#607fca #7660ca #60b4ca

Monochromatic Colors of #607fca

#607fca

Complementary Color

#607fca #caab60

#607fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#607fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#607fca Color CSS Codes

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

#607fca Text Font Color

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

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


#607fca Background Color

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

This div background color is #607fca


#607fca Border Color

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

This div border color is #607fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #607fca


Comments

No comments written yet.

Please login to write comment.