Color Hex Logo

#30145e Color Hex

#30145E
(48,20,94)
0 Favorites   0 Comments

Color spaces of #30145e

RGB 482094
HSL0.730.650.22
HSV263°79°37°
CMYK 0.490.790.00   0.63
XYZ3.48951.936810.7796
Yxy1.93680.21530.1195
Hunter Lab13.916920.4022-36.1824
CIE-Lab15.152031.9039-38.8114

#30145e color RGB value is (48,20,94).

#30145e hex color red value is 48, green value is 20 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #30145e hue: 0.73 , saturation: 0.65 and the lightness value of 30145e is 0.22.

The process color (four color CMYK) of #30145e color hex is 0.49, 0.79, 0.00, 0.63. Web safe color of #30145e is #330066. Color #30145e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00010100 01011110
Octal 60 24 136
Decimal 48 20 94
Hex 30 14 5E

RGB Percentages of Color #30145e

%29.63
%12.35
%58.02

CMYK Percentages of Color #30145e

%49
%79
%0
%63

Triadic Colors of #30145e

#30145e #5e3014 #145e30

Analogous Colors of #30145e

#30145e #55145e #141d5e

Monochromatic Colors of #30145e

#30145e

Complementary Color

#30145e #425e14

#30145e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30145e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30145e Color CSS Codes

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

#30145e Text Font Color

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

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


#30145e Background Color

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

This div background color is #30145e


#30145e Border Color

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

This div border color is #30145e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,20,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 #30145e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30145e


Comments

No comments written yet.

Please login to write comment.