Color Hex Logo

#30158a Color Hex

#30158A
(48,21,138)
0 Favorites   0 Comments

Color spaces of #30158a

RGB 4821138
HSL0.710.740.31
HSV254°85°54°
CMYK 0.650.850.00   0.46
XYZ6.07452.999724.3036
Yxy2.99970.18200.0899
Hunter Lab17.319632.2957-71.0743
CIE-Lab20.042744.5503-59.1777

#30158a color RGB value is (48,21,138).

#30158a hex color red value is 48, green value is 21 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #30158a hue: 0.71 , saturation: 0.74 and the lightness value of 30158a is 0.31.

The process color (four color CMYK) of #30158a color hex is 0.65, 0.85, 0.00, 0.46. Web safe color of #30158a is #330099. Color #30158a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00010101 10001010
Octal 60 25 212
Decimal 48 21 138
Hex 30 15 8A

RGB Percentages of Color #30158a

%23.19
%10.14
%66.67

CMYK Percentages of Color #30158a

%65
%85
%0
%46

Triadic Colors of #30158a

#30158a #8a3015 #158a30

Analogous Colors of #30158a

#30158a #6b158a #15358a

Monochromatic Colors of #30158a

#30158a

Complementary Color

#30158a #6f8a15

#30158a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30158a Color Preview on White Background

Lorem ipsum dolor sit amet.

#30158a Color CSS Codes

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

#30158a Text Font Color

<p style="color:#30158a">Text here</p>

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


#30158a Background Color

<div style="background-color:#30158a">
Div content here</div>

This div background color is #30158a


#30158a Border Color

<div style="border:3px solid #30158a">
Div here</div>

This div border color is #30158a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,21,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30158a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30158a;
  -webkit-box-shadow: 1px 1px 3px 2px #30158a;
  box-shadow:         1px 1px 3px 2px #30158a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30158a


Comments

No comments written yet.

Please login to write comment.