Color Hex Logo

#30096f Color Hex

#30096F
(48,9,111)
0 Favorites   0 Comments

Color spaces of #30096f

RGB 489111
HSL0.730.850.24
HSV263°92°44°
CMYK 0.570.920.00   0.56
XYZ4.18591.971415.1988
Yxy1.97140.19600.0923
Hunter Lab14.040728.6445-54.3521
CIE-Lab15.336441.5005-49.7197

#30096f color RGB value is (48,9,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00001001 01101111
Octal 60 11 157
Decimal 48 9 111
Hex 30 9 6F

RGB Percentages of Color #30096f

%28.57
%5.36
%66.07

CMYK Percentages of Color #30096f

%57
%92
%0
%56

Triadic Colors of #30096f

#30096f #6f3009 #096f30

Analogous Colors of #30096f

#30096f #63096f #09156f

Monochromatic Colors of #30096f

#30096f

Complementary Color

#30096f #486f09

#30096f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30096f Color Preview on White Background

Lorem ipsum dolor sit amet.

#30096f Color CSS Codes

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

#30096f Text Font Color

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

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


#30096f Background Color

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

This div background color is #30096f


#30096f Border Color

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

This div border color is #30096f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30096f


Comments

No comments written yet.

Please login to write comment.