Color Hex Logo

#093872 Color Hex

#093872
(9,56,114)
0 Favorites   0 Comments

Color spaces of #093872

RGB 956114
HSL0.590.850.24
HSV213°92°45°
CMYK 0.920.510.00   0.55
XYZ4.56414.101316.4707
Yxy4.10130.18160.1632
Hunter Lab20.25174.7880-34.0444
CIE-Lab24.00359.3075-37.5932

#093872 color RGB value is (9,56,114).

#093872 hex color red value is 9, green value is 56 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #093872 hue: 0.59 , saturation: 0.85 and the lightness value of 093872 is 0.24.

The process color (four color CMYK) of #093872 color hex is 0.92, 0.51, 0.00, 0.55. Web safe color of #093872 is #003366. Color #093872 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00111000 01110010
Octal 11 70 162
Decimal 9 56 114
Hex 9 38 72

RGB Percentages of Color #093872

%5.03
%31.28
%63.69

CMYK Percentages of Color #093872

%92
%51
%0
%55

Triadic Colors of #093872

#093872 #720938 #387209

Analogous Colors of #093872

#093872 #0f0972 #096d72

Monochromatic Colors of #093872

#093872

Complementary Color

#093872 #724309

#093872 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093872 Color Preview on White Background

Lorem ipsum dolor sit amet.

#093872 Color CSS Codes

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

#093872 Text Font Color

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

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


#093872 Background Color

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

This div background color is #093872


#093872 Border Color

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

This div border color is #093872


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093872


Comments

No comments written yet.

Please login to write comment.