Color Hex Logo

#30008b Color Hex

#30008B
(48,0,139)
0 Favorites   0 Comments

Color spaces of #30008b

RGB 480139
HSL0.721.000.27
HSV261°100°55°
CMYK 0.651.000.00   0.45
XYZ5.87912.492524.5973
Yxy2.49250.17830.0756
Hunter Lab15.787738.8425-81.3230
CIE-Lab17.884751.6853-63.3852

#30008b color RGB value is (48,0,139).

#30008b hex color red value is 48, green value is 0 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #30008b hue: 0.72 , saturation: 1.00 and the lightness value of 30008b is 0.27.

The process color (four color CMYK) of #30008b color hex is 0.65, 1.00, 0.00, 0.45. Web safe color of #30008b is #330099. Color #30008b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00000000 10001011
Octal 60 0 213
Decimal 48 0 139
Hex 30 0 8B

RGB Percentages of Color #30008b

%25.67
%0.00
%74.33

CMYK Percentages of Color #30008b

%65
%100
%0
%45

Triadic Colors of #30008b

#30008b #8b3000 #008b30

Analogous Colors of #30008b

#30008b #76008b #00158b

Monochromatic Colors of #30008b

#30008b

Complementary Color

#30008b #5b8b00

#30008b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30008b Color Preview on White Background

Lorem ipsum dolor sit amet.

#30008b Color CSS Codes

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

#30008b Text Font Color

<p style="color:#30008b">Text here</p>

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


#30008b Background Color

<div style="background-color:#30008b">
Div content here</div>

This div background color is #30008b


#30008b Border Color

<div style="border:3px solid #30008b">
Div here</div>

This div border color is #30008b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,0,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30008b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30008b;
  -webkit-box-shadow: 1px 1px 3px 2px #30008b;
  box-shadow:         1px 1px 3px 2px #30008b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30008b


Comments

No comments written yet.

Please login to write comment.