Color Hex Logo

#301378 Color Hex

#301378
(48,19,120)
0 Favorites   0 Comments

Color spaces of #301378

RGB 4819120
HSL0.710.730.27
HSV257°84°47°
CMYK 0.600.840.00   0.53
XYZ4.84202.450217.9870
Yxy2.45020.19150.0969
Hunter Lab15.653127.8227-57.1730
CIE-Lab17.691940.1291-51.6500

#301378 color RGB value is (48,19,120).

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

The process color (four color CMYK) of #301378 color hex is 0.60, 0.84, 0.00, 0.53. Web safe color of #301378 is #330066. Color #301378 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00010011 01111000
Octal 60 23 170
Decimal 48 19 120
Hex 30 13 78

RGB Percentages of Color #301378

%25.67
%10.16
%64.17

CMYK Percentages of Color #301378

%60
%84
%0
%53

Triadic Colors of #301378

#301378 #783013 #137830

Analogous Colors of #301378

#301378 #631378 #132878

Monochromatic Colors of #301378

#301378

Complementary Color

#301378 #5b7813

#301378 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#301378 Color Preview on White Background

Lorem ipsum dolor sit amet.

#301378 Color CSS Codes

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

#301378 Text Font Color

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

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


#301378 Background Color

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

This div background color is #301378


#301378 Border Color

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

This div border color is #301378


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #301378


Comments

No comments written yet.

Please login to write comment.