Color Hex Logo

#095863 Color Hex

#095863
(9,88,99)
0 Favorites   0 Comments

Color spaces of #095863

RGB 98899
HSL0.520.830.21
HSV187°91°39°
CMYK 0.910.110.00   0.61
XYZ5.85457.938413.0281
Yxy7.93840.21830.2960
Hunter Lab28.1752-12.2161-7.6929
CIE-Lab33.8543-17.4254-12.5975

#095863 color RGB value is (9,88,99).

#095863 hex color red value is 9, green value is 88 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #095863 hue: 0.52 , saturation: 0.83 and the lightness value of 095863 is 0.21.

The process color (four color CMYK) of #095863 color hex is 0.91, 0.11, 0.00, 0.61. Web safe color of #095863 is #006666. Color #095863 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01011000 01100011
Octal 11 130 143
Decimal 9 88 99
Hex 9 58 63

RGB Percentages of Color #095863

%4.59
%44.90
%50.51

CMYK Percentages of Color #095863

%91
%11
%0
%61

Triadic Colors of #095863

#095863 #630958 #586309

Analogous Colors of #095863

#095863 #092b63 #096341

Monochromatic Colors of #095863

#095863

Complementary Color

#095863 #631409

#095863 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#095863 Color Preview on White Background

Lorem ipsum dolor sit amet.

#095863 Color CSS Codes

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

#095863 Text Font Color

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

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


#095863 Background Color

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

This div background color is #095863


#095863 Border Color

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

This div border color is #095863


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #095863


Comments

No comments written yet.

Please login to write comment.