Color Hex Logo

#08354d Color Hex

#08354D
(8,53,77)
0 Favorites   0 Comments

Color spaces of #08354d

RGB 85377
HSL0.560.810.17
HSV201°90°30°
CMYK 0.900.310.00   0.70
XYZ2.71283.13377.4831
Yxy3.13370.20350.2351
Hunter Lab17.7023-3.6245-12.6715
CIE-Lab20.5716-4.8339-18.8682

#08354d color RGB value is (8,53,77).

#08354d hex color red value is 8, green value is 53 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #08354d hue: 0.56 , saturation: 0.81 and the lightness value of 08354d is 0.17.

The process color (four color CMYK) of #08354d color hex is 0.90, 0.31, 0.00, 0.70. Web safe color of #08354d is #003366. Color #08354d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00110101 01001101
Octal 10 65 115
Decimal 8 53 77
Hex 8 35 4D

RGB Percentages of Color #08354d

%5.80
%38.41
%55.80

CMYK Percentages of Color #08354d

%90
%31
%0
%70

Triadic Colors of #08354d

#08354d #4d0835 #354d08

Analogous Colors of #08354d

#08354d #08134d #084d43

Monochromatic Colors of #08354d

#08354d

Complementary Color

#08354d #4d2008

#08354d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08354d Color Preview on White Background

Lorem ipsum dolor sit amet.

#08354d Color CSS Codes

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

#08354d Text Font Color

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

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


#08354d Background Color

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

This div background color is #08354d


#08354d Border Color

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

This div border color is #08354d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08354d


Comments

No comments written yet.

Please login to write comment.