Color Hex Logo

#300774 Color Hex

#300774
(48,7,116)
0 Favorites   0 Comments

Color spaces of #300774

RGB 487116
HSL0.730.890.24
HSV263°94°45°
CMYK 0.590.940.00   0.55
XYZ4.44732.041316.6826
Yxy2.04130.19190.0881
Hunter Lab14.287430.5595-59.2284
CIE-Lab15.702543.5241-52.3604

#300774 color RGB value is (48,7,116).

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

The process color (four color CMYK) of #300774 color hex is 0.59, 0.94, 0.00, 0.55. Web safe color of #300774 is #330066. Color #300774 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00000111 01110100
Octal 60 7 164
Decimal 48 7 116
Hex 30 7 74

RGB Percentages of Color #300774

%28.07
%4.09
%67.84

CMYK Percentages of Color #300774

%59
%94
%0
%55

Triadic Colors of #300774

#300774 #743007 #077430

Analogous Colors of #300774

#300774 #670774 #071574

Monochromatic Colors of #300774

#300774

Complementary Color

#300774 #4b7407

#300774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#300774 Color CSS Codes

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

#300774 Text Font Color

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

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


#300774 Background Color

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

This div background color is #300774


#300774 Border Color

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

This div border color is #300774


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300774


Comments

No comments written yet.

Please login to write comment.