Color Hex Logo

#084ade Color Hex

#084ADE
(8,74,222)
0 Favorites   0 Comments

Color spaces of #084ade

RGB 874222
HSL0.620.930.45
HSV221°96°87°
CMYK 0.960.670.00   0.13
XYZ15.733710.223170.2512
Yxy10.22310.16350.1063
Hunter Lab31.973631.8833-107.8883
CIE-Lab38.239940.7443-79.3032

#084ade color RGB value is (8,74,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01001010 11011110
Octal 10 112 336
Decimal 8 74 222
Hex 8 4A DE

RGB Percentages of Color #084ade

%2.63
%24.34
%73.03

CMYK Percentages of Color #084ade

%96
%67
%0
%13

Triadic Colors of #084ade

#084ade #de084a #4ade08

Analogous Colors of #084ade

#084ade #3108de #08b5de

Monochromatic Colors of #084ade

#084ade

Complementary Color

#084ade #de9c08

#084ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#084ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#084ade Color CSS Codes

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

#084ade Text Font Color

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

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


#084ade Background Color

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

This div background color is #084ade


#084ade Border Color

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

This div border color is #084ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #084ade


Comments

No comments written yet.

Please login to write comment.