Color Hex Logo

#083eac Color Hex

#083EAC
(8,62,172)
0 Favorites   0 Comments

Color spaces of #083eac

RGB 862172
HSL0.610.910.35
HSV220°95°67°
CMYK 0.950.640.00   0.33
XYZ9.26926.475439.7911
Yxy6.47540.16690.1166
Hunter Lab25.446820.4881-74.8988
CIE-Lab30.581529.3643-62.6769

#083eac color RGB value is (8,62,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 00111110 10101100
Octal 10 76 254
Decimal 8 62 172
Hex 8 3E AC

RGB Percentages of Color #083eac

%3.31
%25.62
%71.07

CMYK Percentages of Color #083eac

%95
%64
%0
%33

Triadic Colors of #083eac

#083eac #ac083e #3eac08

Analogous Colors of #083eac

#083eac #2408ac #0890ac

Monochromatic Colors of #083eac

#083eac

Complementary Color

#083eac #ac7608

#083eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#083eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#083eac Color CSS Codes

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

#083eac Text Font Color

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

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


#083eac Background Color

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

This div background color is #083eac


#083eac Border Color

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

This div border color is #083eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #083eac


Comments

No comments written yet.

Please login to write comment.