Color Hex Logo

#300577 Color Hex

#300577
(48,5,119)
0 Favorites   0 Comments

Color spaces of #300577

RGB 485119
HSL0.730.920.24
HSV263°96°47°
CMYK 0.600.960.00   0.53
XYZ4.60302.068817.6095
Yxy2.06880.18960.0852
Hunter Lab14.383331.9534-62.5204
CIE-Lab15.844244.9918-54.0625

#300577 color RGB value is (48,5,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00000101 01110111
Octal 60 5 167
Decimal 48 5 119
Hex 30 5 77

RGB Percentages of Color #300577

%27.91
%2.91
%69.19

CMYK Percentages of Color #300577

%60
%96
%0
%53

Triadic Colors of #300577

#300577 #773005 #057730

Analogous Colors of #300577

#300577 #690577 #051377

Monochromatic Colors of #300577

#300577

Complementary Color

#300577 #4c7705

#300577 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300577 Color Preview on White Background

Lorem ipsum dolor sit amet.

#300577 Color CSS Codes

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

#300577 Text Font Color

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

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


#300577 Background Color

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

This div background color is #300577


#300577 Border Color

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

This div border color is #300577


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300577


Comments

No comments written yet.

Please login to write comment.