Color Hex Logo

#093250 Color Hex

#093250
(9,50,80)
0 Favorites   0 Comments

Color spaces of #093250

RGB 95080
HSL0.570.800.17
HSV205°89°31°
CMYK 0.890.380.00   0.69
XYZ2.70122.91858.0104
Yxy2.91850.19820.2141
Hunter Lab17.0836-1.6726-15.8422
CIE-Lab19.7145-1.3576-22.2266

#093250 color RGB value is (9,50,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00110010 01010000
Octal 11 62 120
Decimal 9 50 80
Hex 9 32 50

RGB Percentages of Color #093250

%6.47
%35.97
%57.55

CMYK Percentages of Color #093250

%89
%38
%0
%69

Triadic Colors of #093250

#093250 #500932 #325009

Analogous Colors of #093250

#093250 #090f50 #09504a

Monochromatic Colors of #093250

#093250

Complementary Color

#093250 #502709

#093250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#093250 Color CSS Codes

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

#093250 Text Font Color

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

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


#093250 Background Color

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

This div background color is #093250


#093250 Border Color

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

This div border color is #093250


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,50,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 #093250">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093250


Comments

No comments written yet.

Please login to write comment.