Color Hex Logo

#084afc Color Hex

#084AFC
(8,74,252)
0 Favorites   0 Comments

Color spaces of #084afc

RGB 874252
HSL0.620.980.51
HSV224°97°99°
CMYK 0.970.710.00   0.01
XYZ20.119611.977593.3469
Yxy11.97750.16040.0955
Hunter Lab34.608543.2057-135.6924
CIE-Lab41.180351.5198-91.4087

#084afc color RGB value is (8,74,252).

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

The process color (four color CMYK) of #084afc color hex is 0.97, 0.71, 0.00, 0.01. Web safe color of #084afc is #0033ff. Color #084afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01001010 11111100
Octal 10 112 374
Decimal 8 74 252
Hex 8 4A FC

RGB Percentages of Color #084afc

%2.40
%22.16
%75.45

CMYK Percentages of Color #084afc

%97
%71
%0
%1

Triadic Colors of #084afc

#084afc #fc084a #4afc08

Analogous Colors of #084afc

#084afc #4008fc #08c4fc

Monochromatic Colors of #084afc

#084afc

Complementary Color

#084afc #fcba08

#084afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#084afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#084afc Color CSS Codes

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

#084afc Text Font Color

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

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


#084afc Background Color

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

This div background color is #084afc


#084afc Border Color

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

This div border color is #084afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #084afc


Comments

No comments written yet.

Please login to write comment.