Color Hex Logo

#084eff Color Hex

#084EFF
(8,78,255)
0 Favorites   0 Comments

Color spaces of #084eff

RGB 878255
HSL0.621.000.52
HSV223°97°100°
CMYK 0.970.690.00   0.00
XYZ20.874512.720495.9628
Yxy12.72040.16110.0982
Hunter Lab35.665742.0580-134.5610
CIE-Lab42.338950.2072-91.1696

#084eff color RGB value is (8,78,255).

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

The process color (four color CMYK) of #084eff color hex is 0.97, 0.69, 0.00, 0.00. Web safe color of #084eff is #0066ff. Color #084eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01001110 11111111
Octal 10 116 377
Decimal 8 78 255
Hex 8 4E FF

RGB Percentages of Color #084eff

%2.35
%22.87
%74.78

CMYK Percentages of Color #084eff

%97
%69
%0
%0

Triadic Colors of #084eff

#084eff #ff084e #4eff08

Analogous Colors of #084eff

#084eff #3d08ff #08caff

Monochromatic Colors of #084eff

#084eff

Complementary Color

#084eff #ffb908

#084eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#084eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#084eff Color CSS Codes

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

#084eff Text Font Color

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

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


#084eff Background Color

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

This div background color is #084eff


#084eff Border Color

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

This div border color is #084eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #084eff


Comments

No comments written yet.

Please login to write comment.