Color Hex Logo

#608faf Color Hex

#608FAF
(96,143,175)
0 Favorites   0 Comments

Color spaces of #608faf

RGB 96143175
HSL0.570.330.53
HSV204°45°69°
CMYK 0.450.180.00   0.31
XYZ22.384225.226944.2469
Yxy25.22690.24370.2746
Hunter Lab50.2264-8.3448-17.0730
CIE-Lab57.2958-7.1584-21.7674

#608faf color RGB value is (96,143,175).

#608faf hex color red value is 96, green value is 143 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #608faf hue: 0.57 , saturation: 0.33 and the lightness value of 608faf is 0.53.

The process color (four color CMYK) of #608faf color hex is 0.45, 0.18, 0.00, 0.31. Web safe color of #608faf is #669999. Color #608faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001111 10101111
Octal 140 217 257
Decimal 96 143 175
Hex 60 8F AF

RGB Percentages of Color #608faf

%23.19
%34.54
%42.27

CMYK Percentages of Color #608faf

%45
%18
%0
%31

Triadic Colors of #608faf

#608faf #af608f #8faf60

Analogous Colors of #608faf

#608faf #6068af #60afa8

Monochromatic Colors of #608faf

#608faf

Complementary Color

#608faf #af8060

#608faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#608faf Color CSS Codes

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

#608faf Text Font Color

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

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


#608faf Background Color

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

This div background color is #608faf


#608faf Border Color

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

This div border color is #608faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608faf


Comments

No comments written yet.

Please login to write comment.