Color Hex Logo

#084dbf Color Hex

#084DBF
(8,77,191)
0 Favorites   0 Comments

Color spaces of #084dbf

RGB 877191
HSL0.600.920.39
HSV217°96°75°
CMYK 0.960.600.00   0.25
XYZ12.15809.121050.4099
Yxy9.12100.16960.1272
Hunter Lab30.201019.0069-77.8230
CIE-Lab36.216226.8589-64.6928

#084dbf color RGB value is (8,77,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01001101 10111111
Octal 10 115 277
Decimal 8 77 191
Hex 8 4D BF

RGB Percentages of Color #084dbf

%2.90
%27.90
%69.20

CMYK Percentages of Color #084dbf

%96
%60
%0
%25

Triadic Colors of #084dbf

#084dbf #bf084d #4dbf08

Analogous Colors of #084dbf

#084dbf #1f08bf #08a9bf

Monochromatic Colors of #084dbf

#084dbf

Complementary Color

#084dbf #bf7a08

#084dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#084dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#084dbf Color CSS Codes

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

#084dbf Text Font Color

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

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


#084dbf Background Color

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

This div background color is #084dbf


#084dbf Border Color

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

This div border color is #084dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #084dbf


Comments

No comments written yet.

Please login to write comment.