Color Hex Logo

#08538a Color Hex

#08538A
(8,83,138)
0 Favorites   0 Comments

Color spaces of #08538a

RGB 883138
HSL0.570.890.29
HSV205°94°54°
CMYK 0.940.400.00   0.46
XYZ7.78088.073125.1929
Yxy8.07310.18960.1967
Hunter Lab28.4132-0.8419-32.6809
CIE-Lab34.13471.0050-36.3433

#08538a color RGB value is (8,83,138).

#08538a hex color red value is 8, green value is 83 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #08538a hue: 0.57 , saturation: 0.89 and the lightness value of 08538a is 0.29.

The process color (four color CMYK) of #08538a color hex is 0.94, 0.40, 0.00, 0.46. Web safe color of #08538a is #006699. Color #08538a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01010011 10001010
Octal 10 123 212
Decimal 8 83 138
Hex 8 53 8A

RGB Percentages of Color #08538a

%3.49
%36.24
%60.26

CMYK Percentages of Color #08538a

%94
%40
%0
%46

Triadic Colors of #08538a

#08538a #8a0853 #538a08

Analogous Colors of #08538a

#08538a #08128a #088a80

Monochromatic Colors of #08538a

#08538a

Complementary Color

#08538a #8a3f08

#08538a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08538a Color Preview on White Background

Lorem ipsum dolor sit amet.

#08538a Color CSS Codes

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

#08538a Text Font Color

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

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


#08538a Background Color

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

This div background color is #08538a


#08538a Border Color

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

This div border color is #08538a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,83,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08538a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08538a;
  -webkit-box-shadow: 1px 1px 3px 2px #08538a;
  box-shadow:         1px 1px 3px 2px #08538a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08538a

#08538a Color Palettes


Comments

No comments written yet.

Please login to write comment.