Color Hex Logo

#083abd Color Hex

#083ABD
(8,58,189)
0 Favorites   0 Comments

Color spaces of #083abd

RGB 858189
HSL0.620.920.39
HSV223°96°74°
CMYK 0.960.690.00   0.26
XYZ10.79856.751948.8782
Yxy6.75190.16260.1016
Hunter Lab25.984428.7076-93.3388
CIE-Lab31.235338.5647-71.6974

#083abd color RGB value is (8,58,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 00111010 10111101
Octal 10 72 275
Decimal 8 58 189
Hex 8 3A BD

RGB Percentages of Color #083abd

%3.14
%22.75
%74.12

CMYK Percentages of Color #083abd

%96
%69
%0
%26

Triadic Colors of #083abd

#083abd #bd083a #3abd08

Analogous Colors of #083abd

#083abd #3108bd #0895bd

Monochromatic Colors of #083abd

#083abd

Complementary Color

#083abd #bd8b08

#083abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#083abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#083abd Color CSS Codes

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

#083abd Text Font Color

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

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


#083abd Background Color

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

This div background color is #083abd


#083abd Border Color

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

This div border color is #083abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #083abd


Comments

No comments written yet.

Please login to write comment.