Color Hex Logo

#08364c Color Hex

#08364C
(8,54,76)
0 Favorites   0 Comments

Color spaces of #08364c

RGB 85476
HSL0.550.810.16
HSV199°89°30°
CMYK 0.890.290.00   0.70
XYZ2.72383.21187.3138
Yxy3.21180.20560.2424
Hunter Lab17.9215-4.2333-11.6513
CIE-Lab20.8729-5.9265-17.7261

#08364c color RGB value is (8,54,76).

#08364c hex color red value is 8, green value is 54 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #08364c hue: 0.55 , saturation: 0.81 and the lightness value of 08364c is 0.16.

The process color (four color CMYK) of #08364c color hex is 0.89, 0.29, 0.00, 0.70. Web safe color of #08364c is #003333. Color #08364c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00110110 01001100
Octal 10 66 114
Decimal 8 54 76
Hex 8 36 4C

RGB Percentages of Color #08364c

%5.80
%39.13
%55.07

CMYK Percentages of Color #08364c

%89
%29
%0
%70

Triadic Colors of #08364c

#08364c #4c0836 #364c08

Analogous Colors of #08364c

#08364c #08144c #084c40

Monochromatic Colors of #08364c

#08364c

Complementary Color

#08364c #4c1e08

#08364c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08364c Color Preview on White Background

Lorem ipsum dolor sit amet.

#08364c Color CSS Codes

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

#08364c Text Font Color

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

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


#08364c Background Color

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

This div background color is #08364c


#08364c Border Color

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

This div border color is #08364c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08364c


Comments

No comments written yet.

Please login to write comment.