Color Hex Logo

#301464 Color Hex

#301464
(48,20,100)
0 Favorites   0 Comments

Color spaces of #301464

RGB 4820100
HSL0.730.670.24
HSV261°80°39°
CMYK 0.520.800.00   0.61
XYZ3.76932.048812.2534
Yxy2.04880.20860.1134
Hunter Lab14.313621.9567-40.7366
CIE-Lab15.741333.6919-41.8333

#301464 color RGB value is (48,20,100).

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

The process color (four color CMYK) of #301464 color hex is 0.52, 0.80, 0.00, 0.61. Web safe color of #301464 is #330066. Color #301464 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00010100 01100100
Octal 60 24 144
Decimal 48 20 100
Hex 30 14 64

RGB Percentages of Color #301464

%28.57
%11.90
%59.52

CMYK Percentages of Color #301464

%52
%80
%0
%61

Triadic Colors of #301464

#301464 #643014 #146430

Analogous Colors of #301464

#301464 #581464 #142064

Monochromatic Colors of #301464

#301464

Complementary Color

#301464 #486414

#301464 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#301464 Color Preview on White Background

Lorem ipsum dolor sit amet.

#301464 Color CSS Codes

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

#301464 Text Font Color

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

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


#301464 Background Color

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

This div background color is #301464


#301464 Border Color

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

This div border color is #301464


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #301464


Comments

No comments written yet.

Please login to write comment.