Color Hex Logo

#083eaf Color Hex

#083EAF
(8,62,175)
0 Favorites   0 Comments

Color spaces of #083eaf

RGB 862175
HSL0.610.910.36
HSV221°95°69°
CMYK 0.950.650.00   0.31
XYZ9.56066.592041.3259
Yxy6.59200.16630.1147
Hunter Lab25.674921.5373-77.4598
CIE-Lab30.859430.5532-64.0130

#083eaf color RGB value is (8,62,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 00111110 10101111
Octal 10 76 257
Decimal 8 62 175
Hex 8 3E AF

RGB Percentages of Color #083eaf

%3.27
%25.31
%71.43

CMYK Percentages of Color #083eaf

%95
%65
%0
%31

Triadic Colors of #083eaf

#083eaf #af083e #3eaf08

Analogous Colors of #083eaf

#083eaf #2508af #0892af

Monochromatic Colors of #083eaf

#083eaf

Complementary Color

#083eaf #af7908

#083eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#083eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#083eaf Color CSS Codes

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

#083eaf Text Font Color

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

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


#083eaf Background Color

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

This div background color is #083eaf


#083eaf Border Color

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

This div border color is #083eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #083eaf


Comments

No comments written yet.

Please login to write comment.