Color Hex Logo

#08295c Color Hex

#08295C
(8,41,92)
0 Favorites   0 Comments

Color spaces of #08295c

RGB 84192
HSL0.600.840.20
HSV216°91°36°
CMYK 0.910.550.00   0.64
XYZ2.82482.410210.4415
Yxy2.41020.18020.1537
Hunter Lab15.52485.3103-29.0092
CIE-Lab17.507510.4478-33.7726

#08295c color RGB value is (8,41,92).

#08295c hex color red value is 8, green value is 41 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #08295c hue: 0.60 , saturation: 0.84 and the lightness value of 08295c is 0.20.

The process color (four color CMYK) of #08295c color hex is 0.91, 0.55, 0.00, 0.64. Web safe color of #08295c is #003366. Color #08295c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00101001 01011100
Octal 10 51 134
Decimal 8 41 92
Hex 8 29 5C

RGB Percentages of Color #08295c

%5.67
%29.08
%65.25

CMYK Percentages of Color #08295c

%91
%55
%0
%64

Triadic Colors of #08295c

#08295c #5c0829 #295c08

Analogous Colors of #08295c

#08295c #11085c #08535c

Monochromatic Colors of #08295c

#08295c

Complementary Color

#08295c #5c3b08

#08295c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08295c Color Preview on White Background

Lorem ipsum dolor sit amet.

#08295c Color CSS Codes

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

#08295c Text Font Color

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

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


#08295c Background Color

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

This div background color is #08295c


#08295c Border Color

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

This div border color is #08295c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08295c

#08295c Color Palettes


Comments

No comments written yet.

Please login to write comment.