Color Hex Logo

#30096e Color Hex

#30096E
(48,9,110)
0 Favorites   0 Comments

Color spaces of #30096e

RGB 489110
HSL0.730.850.23
HSV263°92°43°
CMYK 0.560.920.00   0.57
XYZ4.13111.949514.9104
Yxy1.94950.19680.0929
Hunter Lab13.962428.3789-53.5417
CIE-Lab15.220041.2286-49.2601

#30096e color RGB value is (48,9,110).

#30096e hex color red value is 48, green value is 9 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #30096e hue: 0.73 , saturation: 0.85 and the lightness value of 30096e is 0.23.

The process color (four color CMYK) of #30096e color hex is 0.56, 0.92, 0.00, 0.57. Web safe color of #30096e is #330066. Color #30096e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00001001 01101110
Octal 60 11 156
Decimal 48 9 110
Hex 30 9 6E

RGB Percentages of Color #30096e

%28.74
%5.39
%65.87

CMYK Percentages of Color #30096e

%56
%92
%0
%57

Triadic Colors of #30096e

#30096e #6e3009 #096e30

Analogous Colors of #30096e

#30096e #62096e #09156e

Monochromatic Colors of #30096e

#30096e

Complementary Color

#30096e #476e09

#30096e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30096e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30096e Color CSS Codes

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

#30096e Text Font Color

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

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


#30096e Background Color

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

This div background color is #30096e


#30096e Border Color

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

This div border color is #30096e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30096e


Comments

No comments written yet.

Please login to write comment.