Color Hex Logo

#082093 Color Hex

#082093
(8,32,147)
0 Favorites   0 Comments

Color spaces of #082093

RGB 832147
HSL0.640.900.30
HSV230°95°58°
CMYK 0.950.780.00   0.42
XYZ5.88313.191227.9097
Yxy3.19120.15910.0863
Hunter Lab17.863927.5232-80.1269
CIE-Lab20.793939.1902-63.6084

#082093 color RGB value is (8,32,147).

#082093 hex color red value is 8, green value is 32 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #082093 hue: 0.64 , saturation: 0.90 and the lightness value of 082093 is 0.30.

The process color (four color CMYK) of #082093 color hex is 0.95, 0.78, 0.00, 0.42. Web safe color of #082093 is #003399. Color #082093 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00100000 10010011
Octal 10 40 223
Decimal 8 32 147
Hex 8 20 93

RGB Percentages of Color #082093

%4.28
%17.11
%78.61

CMYK Percentages of Color #082093

%95
%78
%0
%42

Triadic Colors of #082093

#082093 #930820 #209308

Analogous Colors of #082093

#082093 #350893 #086693

Monochromatic Colors of #082093

#082093

Complementary Color

#082093 #937b08

#082093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#082093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#082093 Color CSS Codes

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

#082093 Text Font Color

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

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


#082093 Background Color

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

This div background color is #082093


#082093 Border Color

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

This div border color is #082093


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,32,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #082093; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #082093;
  -webkit-box-shadow: 1px 1px 3px 2px #082093;
  box-shadow:         1px 1px 3px 2px #082093; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,32,147, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #082093


Comments

No comments written yet.

Please login to write comment.