Color Hex Logo

#083abe Color Hex

#083ABE
(8,58,190)
0 Favorites   0 Comments

Color spaces of #083abe

RGB 858190
HSL0.620.920.39
HSV224°96°75°
CMYK 0.960.690.00   0.25
XYZ10.90756.795449.4520
Yxy6.79540.16240.1012
Hunter Lab26.068029.0699-94.2279
CIE-Lab31.336538.9405-72.1198

#083abe color RGB value is (8,58,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 00111010 10111110
Octal 10 72 276
Decimal 8 58 190
Hex 8 3A BE

RGB Percentages of Color #083abe

%3.13
%22.66
%74.22

CMYK Percentages of Color #083abe

%96
%69
%0
%25

Triadic Colors of #083abe

#083abe #be083a #3abe08

Analogous Colors of #083abe

#083abe #3108be #0895be

Monochromatic Colors of #083abe

#083abe

Complementary Color

#083abe #be8c08

#083abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#083abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#083abe Color CSS Codes

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

#083abe Text Font Color

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

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


#083abe Background Color

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

This div background color is #083abe


#083abe Border Color

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

This div border color is #083abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #083abe


Comments

No comments written yet.

Please login to write comment.