Color Hex Logo

#301480 Color Hex

#301480
(48,20,128)
0 Favorites   0 Comments

Color spaces of #301480

RGB 4820128
HSL0.710.730.29
HSV256°84°50°
CMYK 0.630.840.00   0.50
XYZ5.36542.687220.6580
Yxy2.68720.18690.0936
Hunter Lab16.392729.7367-63.2422
CIE-Lab18.744942.0415-55.0177

#301480 color RGB value is (48,20,128).

#301480 hex color red value is 48, green value is 20 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #301480 hue: 0.71 , saturation: 0.73 and the lightness value of 301480 is 0.29.

The process color (four color CMYK) of #301480 color hex is 0.63, 0.84, 0.00, 0.50. Web safe color of #301480 is #330099. Color #301480 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00010100 10000000
Octal 60 24 200
Decimal 48 20 128
Hex 30 14 80

RGB Percentages of Color #301480

%24.49
%10.20
%65.31

CMYK Percentages of Color #301480

%63
%84
%0
%50

Triadic Colors of #301480

#301480 #803014 #148030

Analogous Colors of #301480

#301480 #661480 #142e80

Monochromatic Colors of #301480

#301480

Complementary Color

#301480 #648014

#301480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#301480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#301480 Color CSS Codes

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

#301480 Text Font Color

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

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


#301480 Background Color

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

This div background color is #301480


#301480 Border Color

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

This div border color is #301480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #301480


Comments

No comments written yet.

Please login to write comment.