Color Hex Logo

#093550 Color Hex

#093550
(9,53,80)
0 Favorites   0 Comments

Color spaces of #093550

RGB 95380
HSL0.560.800.17
HSV203°89°31°
CMYK 0.890.340.00   0.69
XYZ2.83373.18358.0545
Yxy3.18350.20140.2262
Hunter Lab17.8424-2.8750-14.2754
CIE-Lab20.7643-3.4275-20.5701

#093550 color RGB value is (9,53,80).

#093550 hex color red value is 9, green value is 53 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #093550 hue: 0.56 , saturation: 0.80 and the lightness value of 093550 is 0.17.

The process color (four color CMYK) of #093550 color hex is 0.89, 0.34, 0.00, 0.69. Web safe color of #093550 is #003366. Color #093550 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00110101 01010000
Octal 11 65 120
Decimal 9 53 80
Hex 9 35 50

RGB Percentages of Color #093550

%6.34
%37.32
%56.34

CMYK Percentages of Color #093550

%89
%34
%0
%69

Triadic Colors of #093550

#093550 #500935 #355009

Analogous Colors of #093550

#093550 #091250 #095048

Monochromatic Colors of #093550

#093550

Complementary Color

#093550 #502409

#093550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#093550 Color CSS Codes

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

#093550 Text Font Color

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

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


#093550 Background Color

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

This div background color is #093550


#093550 Border Color

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

This div border color is #093550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093550


Comments

No comments written yet.

Please login to write comment.