Color Hex Logo

#608afa Color Hex

#608AFA
(96,138,250)
0 Favorites   0 Comments

Color spaces of #608afa

RGB 96138250
HSL0.620.940.68
HSV224°62°98°
CMYK 0.620.450.00   0.02
XYZ31.167727.565994.1205
Yxy27.56590.20390.1803
Hunter Lab52.503214.0830-69.5346
CIE-Lab59.494519.3859-60.3559

#608afa color RGB value is (96,138,250).

#608afa hex color red value is 96, green value is 138 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #608afa hue: 0.62 , saturation: 0.94 and the lightness value of 608afa is 0.68.

The process color (four color CMYK) of #608afa color hex is 0.62, 0.45, 0.00, 0.02. Web safe color of #608afa is #6699ff. Color #608afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001010 11111010
Octal 140 212 372
Decimal 96 138 250
Hex 60 8A FA

RGB Percentages of Color #608afa

%19.83
%28.51
%51.65

CMYK Percentages of Color #608afa

%62
%45
%0
%2

Triadic Colors of #608afa

#608afa #fa608a #8afa60

Analogous Colors of #608afa

#608afa #8360fa #60d7fa

Monochromatic Colors of #608afa

#608afa

Complementary Color

#608afa #fad060

#608afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#608afa Color CSS Codes

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

#608afa Text Font Color

<p style="color:#608afa">Text here</p>

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


#608afa Background Color

<div style="background-color:#608afa">
Div content here</div>

This div background color is #608afa


#608afa Border Color

<div style="border:3px solid #608afa">
Div here</div>

This div border color is #608afa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,138,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #608afa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #608afa;
  -webkit-box-shadow: 1px 1px 3px 2px #608afa;
  box-shadow:         1px 1px 3px 2px #608afa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608afa


Comments

No comments written yet.

Please login to write comment.