Color Hex Logo

#095893 Color Hex

#095893
(9,88,147)
0 Favorites   0 Comments

Color spaces of #095893

RGB 988147
HSL0.570.880.31
HSV206°94°58°
CMYK 0.940.400.00   0.42
XYZ8.86889.144128.9013
Yxy9.14410.18900.1949
Hunter Lab30.2392-0.5667-35.4993
CIE-Lab36.26031.5241-38.4294

#095893 color RGB value is (9,88,147).

#095893 hex color red value is 9, green value is 88 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #095893 hue: 0.57 , saturation: 0.88 and the lightness value of 095893 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01011000 10010011
Octal 11 130 223
Decimal 9 88 147
Hex 9 58 93

RGB Percentages of Color #095893

%3.69
%36.07
%60.25

CMYK Percentages of Color #095893

%94
%40
%0
%42

Triadic Colors of #095893

#095893 #930958 #589309

Analogous Colors of #095893

#095893 #091393 #099389

Monochromatic Colors of #095893

#095893

Complementary Color

#095893 #934409

#095893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#095893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#095893 Color CSS Codes

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

#095893 Text Font Color

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

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


#095893 Background Color

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

This div background color is #095893


#095893 Border Color

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

This div border color is #095893


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,88,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #095893; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #095893;
  -webkit-box-shadow: 1px 1px 3px 2px #095893;
  box-shadow:         1px 1px 3px 2px #095893; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #095893


Comments

No comments written yet.

Please login to write comment.