Color Hex Logo

#083bbd Color Hex

#083BBD
(8,59,189)
0 Favorites   0 Comments

Color spaces of #083bbd

RGB 859189
HSL0.620.920.39
HSV223°96°74°
CMYK 0.960.690.00   0.26
XYZ10.84946.853748.8952
Yxy6.85370.16290.1029
Hunter Lab26.179628.1601-92.4094
CIE-Lab31.471537.9265-71.3079

#083bbd color RGB value is (8,59,189).

#083bbd hex color red value is 8, green value is 59 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #083bbd hue: 0.62 , saturation: 0.92 and the lightness value of 083bbd is 0.39.

The process color (four color CMYK) of #083bbd color hex is 0.96, 0.69, 0.00, 0.26. Web safe color of #083bbd is #0033cc. Color #083bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00111011 10111101
Octal 10 73 275
Decimal 8 59 189
Hex 8 3B BD

RGB Percentages of Color #083bbd

%3.13
%23.05
%73.83

CMYK Percentages of Color #083bbd

%96
%69
%0
%26

Triadic Colors of #083bbd

#083bbd #bd083b #3bbd08

Analogous Colors of #083bbd

#083bbd #2f08bd #0896bd

Monochromatic Colors of #083bbd

#083bbd

Complementary Color

#083bbd #bd8a08

#083bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#083bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#083bbd Color CSS Codes

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

#083bbd Text Font Color

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

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


#083bbd Background Color

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

This div background color is #083bbd


#083bbd Border Color

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

This div border color is #083bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #083bbd


Comments

No comments written yet.

Please login to write comment.