Color Hex Logo

#084fca Color Hex

#084FCA
(8,79,202)
0 Favorites   0 Comments

Color spaces of #084fca

RGB 879202
HSL0.610.920.41
HSV218°96°79°
CMYK 0.960.610.00   0.21
XYZ13.55689.907957.0750
Yxy9.90790.16830.1230
Hunter Lab31.476821.7940-85.4732
CIE-Lab37.676629.8772-68.7136

#084fca color RGB value is (8,79,202).

#084fca hex color red value is 8, green value is 79 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #084fca hue: 0.61 , saturation: 0.92 and the lightness value of 084fca is 0.41.

The process color (four color CMYK) of #084fca color hex is 0.96, 0.61, 0.00, 0.21. Web safe color of #084fca is #0066cc. Color #084fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01001111 11001010
Octal 10 117 312
Decimal 8 79 202
Hex 8 4F CA

RGB Percentages of Color #084fca

%2.77
%27.34
%69.90

CMYK Percentages of Color #084fca

%96
%61
%0
%21

Triadic Colors of #084fca

#084fca #ca084f #4fca08

Analogous Colors of #084fca

#084fca #2208ca #08b0ca

Monochromatic Colors of #084fca

#084fca

Complementary Color

#084fca #ca8308

#084fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#084fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#084fca Color CSS Codes

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

#084fca Text Font Color

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

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


#084fca Background Color

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

This div background color is #084fca


#084fca Border Color

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

This div border color is #084fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #084fca


Comments

No comments written yet.

Please login to write comment.