Color Hex Logo

#30093e Color Hex

#30093E
(48,9,62)
0 Favorites   0 Comments

Color spaces of #30093e

RGB 48962
HSL0.790.750.14
HSV284°85°24°
CMYK 0.230.850.00   0.76
XYZ2.18611.17164.6683
Yxy1.17160.27240.1460
Hunter Lab10.824017.1090-17.9943
CIE-Lab10.346228.6326-24.5752

#30093e color RGB value is (48,9,62).

#30093e hex color red value is 48, green value is 9 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #30093e hue: 0.79 , saturation: 0.75 and the lightness value of 30093e is 0.14.

The process color (four color CMYK) of #30093e color hex is 0.23, 0.85, 0.00, 0.76. Web safe color of #30093e is #330033. Color #30093e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00001001 00111110
Octal 60 11 76
Decimal 48 9 62
Hex 30 9 3E

RGB Percentages of Color #30093e

%40.34
%7.56
%52.10

CMYK Percentages of Color #30093e

%23
%85
%0
%76

Triadic Colors of #30093e

#30093e #3e3009 #093e30

Analogous Colors of #30093e

#30093e #3e0932 #16093e

Monochromatic Colors of #30093e

#30093e

Complementary Color

#30093e #173e09

#30093e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30093e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30093e Color CSS Codes

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

#30093e Text Font Color

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

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


#30093e Background Color

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

This div background color is #30093e


#30093e Border Color

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

This div border color is #30093e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,9,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30093e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30093e;
  -webkit-box-shadow: 1px 1px 3px 2px #30093e;
  box-shadow:         1px 1px 3px 2px #30093e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30093e


Comments

No comments written yet.

Please login to write comment.