Color Hex Logo

#083dac Color Hex

#083DAC
(8,61,172)
0 Favorites   0 Comments

Color spaces of #083dac

RGB 861172
HSL0.610.910.35
HSV221°95°67°
CMYK 0.950.650.00   0.33
XYZ9.21536.367739.7731
Yxy6.36770.16650.1150
Hunter Lab25.234321.0263-75.7861
CIE-Lab30.321830.0367-63.1031

#083dac color RGB value is (8,61,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 00111101 10101100
Octal 10 75 254
Decimal 8 61 172
Hex 8 3D AC

RGB Percentages of Color #083dac

%3.32
%25.31
%71.37

CMYK Percentages of Color #083dac

%95
%65
%0
%33

Triadic Colors of #083dac

#083dac #ac083d #3dac08

Analogous Colors of #083dac

#083dac #2508ac #088fac

Monochromatic Colors of #083dac

#083dac

Complementary Color

#083dac #ac7708

#083dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#083dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#083dac Color CSS Codes

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

#083dac Text Font Color

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

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


#083dac Background Color

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

This div background color is #083dac


#083dac Border Color

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

This div border color is #083dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #083dac


Comments

No comments written yet.

Please login to write comment.