Color Hex Logo

#093c8e Color Hex

#093C8E
(9,60,142)
0 Favorites   0 Comments

Color spaces of #093c8e

RGB 960142
HSL0.600.880.30
HSV217°94°56°
CMYK 0.940.580.00   0.44
XYZ6.61105.242826.2547
Yxy5.24280.17350.1376
Hunter Lab22.897211.4675-51.9560
CIE-Lab27.415618.4906-49.6292

#093c8e color RGB value is (9,60,142).

#093c8e hex color red value is 9, green value is 60 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #093c8e hue: 0.60 , saturation: 0.88 and the lightness value of 093c8e is 0.30.

The process color (four color CMYK) of #093c8e color hex is 0.94, 0.58, 0.00, 0.44. Web safe color of #093c8e is #003399. Color #093c8e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00111100 10001110
Octal 11 74 216
Decimal 9 60 142
Hex 9 3C 8E

RGB Percentages of Color #093c8e

%4.27
%28.44
%67.30

CMYK Percentages of Color #093c8e

%94
%58
%0
%44

Triadic Colors of #093c8e

#093c8e #8e093c #3c8e09

Analogous Colors of #093c8e

#093c8e #18098e #097f8e

Monochromatic Colors of #093c8e

#093c8e

Complementary Color

#093c8e #8e5b09

#093c8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093c8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#093c8e Color CSS Codes

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

#093c8e Text Font Color

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

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


#093c8e Background Color

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

This div background color is #093c8e


#093c8e Border Color

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

This div border color is #093c8e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,60,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #093c8e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #093c8e;
  -webkit-box-shadow: 1px 1px 3px 2px #093c8e;
  box-shadow:         1px 1px 3px 2px #093c8e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093c8e


Comments

No comments written yet.

Please login to write comment.