Color Hex Logo

#084cf3 Color Hex

#084CF3
(8,76,243)
0 Favorites   0 Comments

Color spaces of #084cf3

RGB 876243
HSL0.620.940.49
HSV223°97°95°
CMYK 0.970.690.00   0.05
XYZ18.862211.691686.0566
Yxy11.69160.16180.1003
Hunter Lab34.193038.6299-125.2855
CIE-Lab40.721747.1550-87.1186

#084cf3 color RGB value is (8,76,243).

#084cf3 hex color red value is 8, green value is 76 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #084cf3 hue: 0.62 , saturation: 0.94 and the lightness value of 084cf3 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01001100 11110011
Octal 10 114 363
Decimal 8 76 243
Hex 8 4C F3

RGB Percentages of Color #084cf3

%2.45
%23.24
%74.31

CMYK Percentages of Color #084cf3

%97
%69
%0
%5

Triadic Colors of #084cf3

#084cf3 #f3084c #4cf308

Analogous Colors of #084cf3

#084cf3 #3908f3 #08c2f3

Monochromatic Colors of #084cf3

#084cf3

Complementary Color

#084cf3 #f3af08

#084cf3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#084cf3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#084cf3 Color CSS Codes

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

#084cf3 Text Font Color

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

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


#084cf3 Background Color

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

This div background color is #084cf3


#084cf3 Border Color

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

This div border color is #084cf3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #084cf3


Comments

No comments written yet.

Please login to write comment.