Color Hex Logo

#083bff Color Hex

#083BFF
(8,59,255)
0 Favorites   0 Comments

Color spaces of #083bff

RGB 859255
HSL0.631.000.52
HSV228°97°100°
CMYK 0.970.770.00   0.00
XYZ19.714110.399695.5760
Yxy10.39960.15680.0827
Hunter Lab32.248452.6859-153.1464
CIE-Lab38.550360.8408-97.4438

#083bff color RGB value is (8,59,255).

#083bff hex color red value is 8, green value is 59 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #083bff hue: 0.63 , saturation: 1.00 and the lightness value of 083bff is 0.52.

The process color (four color CMYK) of #083bff color hex is 0.97, 0.77, 0.00, 0.00. Web safe color of #083bff is #0033ff. Color #083bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00111011 11111111
Octal 10 73 377
Decimal 8 59 255
Hex 8 3B FF

RGB Percentages of Color #083bff

%2.48
%18.32
%79.19

CMYK Percentages of Color #083bff

%97
%77
%0
%0

Triadic Colors of #083bff

#083bff #ff083b #3bff08

Analogous Colors of #083bff

#083bff #5108ff #08b7ff

Monochromatic Colors of #083bff

#083bff

Complementary Color

#083bff #ffcc08

#083bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#083bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#083bff Color CSS Codes

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

#083bff Text Font Color

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

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


#083bff Background Color

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

This div background color is #083bff


#083bff Border Color

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

This div border color is #083bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #083bff


Comments

No comments written yet.

Please login to write comment.