Color Hex Logo

#084efa Color Hex

#084EFA
(8,78,250)
0 Favorites   0 Comments

Color spaces of #084efa

RGB 878250
HSL0.620.960.51
HSV223°97°98°
CMYK 0.970.690.00   0.02
XYZ20.079812.402591.7781
Yxy12.40250.16160.0998
Hunter Lab35.217240.1454-129.8613
CIE-Lab41.848848.4418-89.1858

#084efa color RGB value is (8,78,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01001110 11111010
Octal 10 116 372
Decimal 8 78 250
Hex 8 4E FA

RGB Percentages of Color #084efa

%2.38
%23.21
%74.40

CMYK Percentages of Color #084efa

%97
%69
%0
%2

Triadic Colors of #084efa

#084efa #fa084e #4efa08

Analogous Colors of #084efa

#084efa #3b08fa #08c7fa

Monochromatic Colors of #084efa

#084efa

Complementary Color

#084efa #fab408

#084efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#084efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#084efa Color CSS Codes

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

#084efa Text Font Color

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

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


#084efa Background Color

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

This div background color is #084efa


#084efa Border Color

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

This div border color is #084efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #084efa


Comments

No comments written yet.

Please login to write comment.