Color Hex Logo

#084dff Color Hex

#084DFF
(8,77,255)
0 Favorites   0 Comments

Color spaces of #084dff

RGB 877255
HSL0.621.000.52
HSV223°97°100°
CMYK 0.970.700.00   0.00
XYZ20.804012.579495.9393
Yxy12.57940.16090.0973
Hunter Lab35.467442.6340-135.5520
CIE-Lab42.122550.7998-91.5270

#084dff color RGB value is (8,77,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01001101 11111111
Octal 10 115 377
Decimal 8 77 255
Hex 8 4D FF

RGB Percentages of Color #084dff

%2.35
%22.65
%75.00

CMYK Percentages of Color #084dff

%97
%70
%0
%0

Triadic Colors of #084dff

#084dff #ff084d #4dff08

Analogous Colors of #084dff

#084dff #3f08ff #08c9ff

Monochromatic Colors of #084dff

#084dff

Complementary Color

#084dff #ffba08

#084dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#084dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#084dff Color CSS Codes

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

#084dff Text Font Color

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

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


#084dff Background Color

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

This div background color is #084dff


#084dff Border Color

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

This div border color is #084dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #084dff


Comments

No comments written yet.

Please login to write comment.