Color Hex Logo

#300796 Color Hex

#300796
(48,7,150)
0 Favorites   0 Comments

Color spaces of #300796

RGB 487150
HSL0.710.910.31
HSV257°95°59°
CMYK 0.680.950.00   0.41
XYZ6.79992.982329.0714
Yxy2.98230.17500.0768
Hunter Lab17.269340.0641-87.7209
CIE-Lab19.972952.5114-66.7628

#300796 color RGB value is (48,7,150).

#300796 hex color red value is 48, green value is 7 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #300796 hue: 0.71 , saturation: 0.91 and the lightness value of 300796 is 0.31.

The process color (four color CMYK) of #300796 color hex is 0.68, 0.95, 0.00, 0.41. Web safe color of #300796 is #330099. Color #300796 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00000111 10010110
Octal 60 7 226
Decimal 48 7 150
Hex 30 7 96

RGB Percentages of Color #300796

%23.41
%3.41
%73.17

CMYK Percentages of Color #300796

%68
%95
%0
%41

Triadic Colors of #300796

#300796 #963007 #079630

Analogous Colors of #300796

#300796 #780796 #072696

Monochromatic Colors of #300796

#300796

Complementary Color

#300796 #6d9607

#300796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#300796 Color CSS Codes

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

#300796 Text Font Color

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

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


#300796 Background Color

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

This div background color is #300796


#300796 Border Color

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

This div border color is #300796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300796


Comments

No comments written yet.

Please login to write comment.