Color Hex Logo

#083eab Color Hex

#083EAB
(8,62,171)
0 Favorites   0 Comments

Color spaces of #083eab

RGB 862171
HSL0.610.910.35
HSV220°95°67°
CMYK 0.950.640.00   0.33
XYZ9.17346.437139.2871
Yxy6.43710.16710.1173
Hunter Lab25.371420.1392-74.0492
CIE-Lab30.489528.9653-62.2293

#083eab color RGB value is (8,62,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 00111110 10101011
Octal 10 76 253
Decimal 8 62 171
Hex 8 3E AB

RGB Percentages of Color #083eab

%3.32
%25.73
%70.95

CMYK Percentages of Color #083eab

%95
%64
%0
%33

Triadic Colors of #083eab

#083eab #ab083e #3eab08

Analogous Colors of #083eab

#083eab #2408ab #0890ab

Monochromatic Colors of #083eab

#083eab

Complementary Color

#083eab #ab7508

#083eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#083eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#083eab Color CSS Codes

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

#083eab Text Font Color

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

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


#083eab Background Color

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

This div background color is #083eab


#083eab Border Color

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

This div border color is #083eab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,62,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #083eab


Comments

No comments written yet.

Please login to write comment.