Color Hex Logo

#30053b Color Hex

#30053B
(48,5,59)
0 Favorites   0 Comments

Color spaces of #30053b

RGB 48559
HSL0.800.840.13
HSV288°92°23°
CMYK 0.190.920.00   0.77
XYZ2.06261.05274.2321
Yxy1.05270.28070.1433
Hunter Lab10.260117.9288-17.2739
CIE-Lab9.423029.8823-23.9151

#30053b color RGB value is (48,5,59).

#30053b hex color red value is 48, green value is 5 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #30053b hue: 0.80 , saturation: 0.84 and the lightness value of 30053b is 0.13.

The process color (four color CMYK) of #30053b color hex is 0.19, 0.92, 0.00, 0.77. Web safe color of #30053b is #330033. Color #30053b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00000101 00111011
Octal 60 5 73
Decimal 48 5 59
Hex 30 5 3B

RGB Percentages of Color #30053b

%42.86
%4.46
%52.68

CMYK Percentages of Color #30053b

%19
%92
%0
%77

Triadic Colors of #30053b

#30053b #3b3005 #053b30

Analogous Colors of #30053b

#30053b #3b052b #15053b

Monochromatic Colors of #30053b

#30053b

Complementary Color

#30053b #103b05

#30053b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30053b Color Preview on White Background

Lorem ipsum dolor sit amet.

#30053b Color CSS Codes

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

#30053b Text Font Color

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

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


#30053b Background Color

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

This div background color is #30053b


#30053b Border Color

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

This div border color is #30053b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30053b


Comments

No comments written yet.

Please login to write comment.