Color Hex Logo

#093882 Color Hex

#093882
(9,56,130)
0 Favorites   0 Comments

Color spaces of #093882

RGB 956130
HSL0.600.870.27
HSV217°93°51°
CMYK 0.930.570.00   0.49
XYZ5.55614.498121.6945
Yxy4.49810.17500.1417
Hunter Lab21.20879.6468-45.8019
CIE-Lab25.254216.2305-45.6857

#093882 color RGB value is (9,56,130).

#093882 hex color red value is 9, green value is 56 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #093882 hue: 0.60 , saturation: 0.87 and the lightness value of 093882 is 0.27.

The process color (four color CMYK) of #093882 color hex is 0.93, 0.57, 0.00, 0.49. Web safe color of #093882 is #003399. Color #093882 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00111000 10000010
Octal 11 70 202
Decimal 9 56 130
Hex 9 38 82

RGB Percentages of Color #093882

%4.62
%28.72
%66.67

CMYK Percentages of Color #093882

%93
%57
%0
%49

Triadic Colors of #093882

#093882 #820938 #388209

Analogous Colors of #093882

#093882 #160982 #097582

Monochromatic Colors of #093882

#093882

Complementary Color

#093882 #825309

#093882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#093882 Color CSS Codes

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

#093882 Text Font Color

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

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


#093882 Background Color

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

This div background color is #093882


#093882 Border Color

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

This div border color is #093882


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093882


Comments

No comments written yet.

Please login to write comment.