Color Hex Logo

#607aef Color Hex

#607AEF
(96,122,239)
0 Favorites   0 Comments

Color spaces of #607aef

RGB 96122239
HSL0.640.820.66
HSV229°60°94°
CMYK 0.600.490.00   0.06
XYZ27.363422.637984.5887
Yxy22.63790.20330.1682
Hunter Lab47.579319.3936-72.1030
CIE-Lab54.697425.4218-61.9652

#607aef color RGB value is (96,122,239).

#607aef hex color red value is 96, green value is 122 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #607aef hue: 0.64 , saturation: 0.82 and the lightness value of 607aef is 0.66.

The process color (four color CMYK) of #607aef color hex is 0.60, 0.49, 0.00, 0.06. Web safe color of #607aef is #6666ff. Color #607aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01111010 11101111
Octal 140 172 357
Decimal 96 122 239
Hex 60 7A EF

RGB Percentages of Color #607aef

%21.01
%26.70
%52.30

CMYK Percentages of Color #607aef

%60
%49
%0
%6

Triadic Colors of #607aef

#607aef #ef607a #7aef60

Analogous Colors of #607aef

#607aef #8e60ef #60c2ef

Monochromatic Colors of #607aef

#607aef

Complementary Color

#607aef #efd560

#607aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#607aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#607aef Color CSS Codes

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

#607aef Text Font Color

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

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


#607aef Background Color

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

This div background color is #607aef


#607aef Border Color

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

This div border color is #607aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #607aef


Comments

No comments written yet.

Please login to write comment.