Color Hex Logo

#30325e Color Hex

#30325E
(48,50,94)
0 Favorites   0 Comments

Color spaces of #30325e

RGB 485094
HSL0.660.320.28
HSV237°49°37°
CMYK 0.490.470.00   0.63
XYZ4.37993.717711.0764
Yxy3.71770.22840.1939
Hunter Lab19.28136.8053-20.5629
CIE-Lab22.715312.3817-26.6128

#30325e color RGB value is (48,50,94).

#30325e hex color red value is 48, green value is 50 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #30325e hue: 0.66 , saturation: 0.32 and the lightness value of 30325e is 0.28.

The process color (four color CMYK) of #30325e color hex is 0.49, 0.47, 0.00, 0.63. Web safe color of #30325e is #333366. Color #30325e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00110010 01011110
Octal 60 62 136
Decimal 48 50 94
Hex 30 32 5E

RGB Percentages of Color #30325e

%25.00
%26.04
%48.96

CMYK Percentages of Color #30325e

%49
%47
%0
%63

Triadic Colors of #30325e

#30325e #5e3032 #325e30

Analogous Colors of #30325e

#30325e #45305e #30495e

Monochromatic Colors of #30325e

#30325e

Complementary Color

#30325e #5e5c30

#30325e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30325e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30325e Color CSS Codes

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

#30325e Text Font Color

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

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


#30325e Background Color

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

This div background color is #30325e


#30325e Border Color

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

This div border color is #30325e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30325e


Comments

No comments written yet.

Please login to write comment.