Color Hex Logo

#083ade Color Hex

#083ADE
(8,58,222)
0 Favorites   0 Comments

Color spaces of #083ade

RGB 858222
HSL0.630.930.45
HSV226°96°87°
CMYK 0.960.740.00   0.13
XYZ14.79808.351769.9393
Yxy8.35170.15900.0897
Hunter Lab28.899340.8278-123.2584
CIE-Lab34.704950.4276-85.1419

#083ade color RGB value is (8,58,222).

#083ade hex color red value is 8, green value is 58 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #083ade hue: 0.63 , saturation: 0.93 and the lightness value of 083ade is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 00111010 11011110
Octal 10 72 336
Decimal 8 58 222
Hex 8 3A DE

RGB Percentages of Color #083ade

%2.78
%20.14
%77.08

CMYK Percentages of Color #083ade

%96
%74
%0
%13

Triadic Colors of #083ade

#083ade #de083a #3ade08

Analogous Colors of #083ade

#083ade #4108de #08a5de

Monochromatic Colors of #083ade

#083ade

Complementary Color

#083ade #deac08

#083ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#083ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#083ade Color CSS Codes

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

#083ade Text Font Color

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

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


#083ade Background Color

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

This div background color is #083ade


#083ade Border Color

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

This div border color is #083ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #083ade


Comments

No comments written yet.

Please login to write comment.