Color Hex Logo

#084abe Color Hex

#084ABE
(8,74,190)
0 Favorites   0 Comments

Color spaces of #084abe

RGB 874190
HSL0.610.920.39
HSV218°96°75°
CMYK 0.960.610.00   0.25
XYZ11.84328.666949.7639
Yxy8.66690.16850.1233
Hunter Lab29.439620.2891-79.6145
CIE-Lab35.334928.4644-65.5486

#084abe color RGB value is (8,74,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01001010 10111110
Octal 10 112 276
Decimal 8 74 190
Hex 8 4A BE

RGB Percentages of Color #084abe

%2.94
%27.21
%69.85

CMYK Percentages of Color #084abe

%96
%61
%0
%25

Triadic Colors of #084abe

#084abe #be084a #4abe08

Analogous Colors of #084abe

#084abe #2108be #08a5be

Monochromatic Colors of #084abe

#084abe

Complementary Color

#084abe #be7c08

#084abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#084abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#084abe Color CSS Codes

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

#084abe Text Font Color

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

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


#084abe Background Color

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

This div background color is #084abe


#084abe Border Color

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

This div border color is #084abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #084abe


Comments

No comments written yet.

Please login to write comment.