Color Hex Logo

#083cff Color Hex

#083CFF
(8,60,255)
0 Favorites   0 Comments

Color spaces of #083cff

RGB 860255
HSL0.631.000.52
HSV227°97°100°
CMYK 0.970.760.00   0.00
XYZ19.766010.503395.5933
Yxy10.50330.15700.0835
Hunter Lab32.408852.1511-152.1962
CIE-Lab38.731060.3213-97.1437

#083cff color RGB value is (8,60,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 00111100 11111111
Octal 10 74 377
Decimal 8 60 255
Hex 8 3C FF

RGB Percentages of Color #083cff

%2.48
%18.58
%78.95

CMYK Percentages of Color #083cff

%97
%76
%0
%0

Triadic Colors of #083cff

#083cff #ff083c #3cff08

Analogous Colors of #083cff

#083cff #5008ff #08b8ff

Monochromatic Colors of #083cff

#083cff

Complementary Color

#083cff #ffcb08

#083cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#083cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#083cff Color CSS Codes

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

#083cff Text Font Color

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

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


#083cff Background Color

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

This div background color is #083cff


#083cff Border Color

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

This div border color is #083cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #083cff


Comments

No comments written yet.

Please login to write comment.