Color Hex Logo

#084265 Color Hex

#084265
(8,66,101)
0 Favorites   0 Comments

Color spaces of #084265

RGB 866101
HSL0.560.850.21
HSV203°92°40°
CMYK 0.920.350.00   0.60
XYZ4.39734.887613.0236
Yxy4.88760.19710.2191
Hunter Lab22.1079-3.1849-19.4517
CIE-Lab26.4121-3.3157-25.4174

#084265 color RGB value is (8,66,101).

#084265 hex color red value is 8, green value is 66 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #084265 hue: 0.56 , saturation: 0.85 and the lightness value of 084265 is 0.21.

The process color (four color CMYK) of #084265 color hex is 0.92, 0.35, 0.00, 0.60. Web safe color of #084265 is #003366. Color #084265 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01000010 01100101
Octal 10 102 145
Decimal 8 66 101
Hex 8 42 65

RGB Percentages of Color #084265

%4.57
%37.71
%57.71

CMYK Percentages of Color #084265

%92
%35
%0
%60

Triadic Colors of #084265

#084265 #650842 #426508

Analogous Colors of #084265

#084265 #081465 #086559

Monochromatic Colors of #084265

#084265

Complementary Color

#084265 #652b08

#084265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#084265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#084265 Color CSS Codes

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

#084265 Text Font Color

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

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


#084265 Background Color

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

This div background color is #084265


#084265 Border Color

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

This div border color is #084265


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,66,101, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #084265; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #084265;
  -webkit-box-shadow: 1px 1px 3px 2px #084265;
  box-shadow:         1px 1px 3px 2px #084265; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #084265


Comments

No comments written yet.

Please login to write comment.