Color Hex Logo

#300776 Color Hex

#300776
(48,7,118)
0 Favorites   0 Comments

Color spaces of #300776

RGB 487118
HSL0.730.890.25
HSV262°94°46°
CMYK 0.590.940.00   0.54
XYZ4.56492.088317.3020
Yxy2.08830.19060.0872
Hunter Lab14.451031.0971-60.8717
CIE-Lab15.944044.0576-53.2525

#300776 color RGB value is (48,7,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00000111 01110110
Octal 60 7 166
Decimal 48 7 118
Hex 30 7 76

RGB Percentages of Color #300776

%27.75
%4.05
%68.21

CMYK Percentages of Color #300776

%59
%94
%0
%54

Triadic Colors of #300776

#300776 #763007 #077630

Analogous Colors of #300776

#300776 #680776 #071576

Monochromatic Colors of #300776

#300776

Complementary Color

#300776 #4d7607

#300776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#300776 Color CSS Codes

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

#300776 Text Font Color

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

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


#300776 Background Color

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

This div background color is #300776


#300776 Border Color

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

This div border color is #300776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300776


Comments

No comments written yet.

Please login to write comment.