Color Hex Logo

#083faf Color Hex

#083FAF
(8,63,175)
0 Favorites   0 Comments

Color spaces of #083faf

RGB 863175
HSL0.610.910.36
HSV220°95°69°
CMYK 0.950.640.00   0.31
XYZ9.61556.701841.3442
Yxy6.70180.16680.1162
Hunter Lab25.887820.9964-76.5677
CIE-Lab31.118229.8822-63.5883

#083faf color RGB value is (8,63,175).

#083faf hex color red value is 8, green value is 63 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #083faf hue: 0.61 , saturation: 0.91 and the lightness value of 083faf is 0.36.

The process color (four color CMYK) of #083faf color hex is 0.95, 0.64, 0.00, 0.31. Web safe color of #083faf is #003399. Color #083faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00111111 10101111
Octal 10 77 257
Decimal 8 63 175
Hex 8 3F AF

RGB Percentages of Color #083faf

%3.25
%25.61
%71.14

CMYK Percentages of Color #083faf

%95
%64
%0
%31

Triadic Colors of #083faf

#083faf #af083f #3faf08

Analogous Colors of #083faf

#083faf #2508af #0893af

Monochromatic Colors of #083faf

#083faf

Complementary Color

#083faf #af7808

#083faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#083faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#083faf Color CSS Codes

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

#083faf Text Font Color

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

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


#083faf Background Color

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

This div background color is #083faf


#083faf Border Color

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

This div border color is #083faf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,63,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 #083faf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #083faf


Comments

No comments written yet.

Please login to write comment.