Color Hex Logo

#0a5878 Color Hex

#0A5878
(10,88,120)
0 Favorites   0 Comments

Color spaces of #0a5878

RGB 1088120
HSL0.550.850.25
HSV197°92°47°
CMYK 0.920.270.00   0.53
XYZ7.00518.400019.0215
Yxy8.40000.20350.2440
Hunter Lab28.9828-7.5766-18.6243
CIE-Lab34.8024-9.3418-24.2138

#0a5878 color RGB value is (10,88,120).

#0a5878 hex color red value is 10, green value is 88 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #0a5878 hue: 0.55 , saturation: 0.85 and the lightness value of 0a5878 is 0.25.

The process color (four color CMYK) of #0a5878 color hex is 0.92, 0.27, 0.00, 0.53. Web safe color of #0a5878 is #006666. Color #0a5878 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 01011000 01111000
Octal 12 130 170
Decimal 10 88 120
Hex A 58 78

RGB Percentages of Color #0a5878

%4.59
%40.37
%55.05

CMYK Percentages of Color #0a5878

%92
%27
%0
%53

Triadic Colors of #0a5878

#0a5878 #780a58 #58780a

Analogous Colors of #0a5878

#0a5878 #0a2178 #0a7861

Monochromatic Colors of #0a5878

#0a5878

Complementary Color

#0a5878 #782a0a

#0a5878 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a5878 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a5878 Color CSS Codes

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

#0a5878 Text Font Color

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

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


#0a5878 Background Color

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

This div background color is #0a5878


#0a5878 Border Color

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

This div border color is #0a5878


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(10,88,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0a5878; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0a5878;
  -webkit-box-shadow: 1px 1px 3px 2px #0a5878;
  box-shadow:         1px 1px 3px 2px #0a5878; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,88,120, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a5878


Comments

No comments written yet.

Please login to write comment.