Color Hex Logo

#30195e Color Hex

#30195E
(48,25,94)
0 Favorites   0 Comments

Color spaces of #30195e

RGB 482594
HSL0.720.580.23
HSV260°73°37°
CMYK 0.490.730.00   0.63
XYZ3.58692.131810.8121
Yxy2.13180.21700.1290
Hunter Lab14.600718.3003-33.6850
CIE-Lab16.164329.0728-37.1591

#30195e color RGB value is (48,25,94).

#30195e hex color red value is 48, green value is 25 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #30195e hue: 0.72 , saturation: 0.58 and the lightness value of 30195e is 0.23.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00011001 01011110
Octal 60 31 136
Decimal 48 25 94
Hex 30 19 5E

RGB Percentages of Color #30195e

%28.74
%14.97
%56.29

CMYK Percentages of Color #30195e

%49
%73
%0
%63

Triadic Colors of #30195e

#30195e #5e3019 #195e30

Analogous Colors of #30195e

#30195e #52195e #19255e

Monochromatic Colors of #30195e

#30195e

Complementary Color

#30195e #475e19

#30195e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30195e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30195e Color CSS Codes

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

#30195e Text Font Color

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

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


#30195e Background Color

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

This div background color is #30195e


#30195e Border Color

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

This div border color is #30195e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30195e


Comments

No comments written yet.

Please login to write comment.