Color Hex Logo

#300549 Color Hex

#300549
(48,5,73)
0 Favorites   0 Comments

Color spaces of #300549

RGB 48573
HSL0.770.870.15
HSV278°93°29°
CMYK 0.340.930.00   0.71
XYZ2.47581.21806.4079
Yxy1.21800.24510.1206
Hunter Lab11.036320.7298-26.6996
CIE-Lab10.689533.1753-31.7781

#300549 color RGB value is (48,5,73).

#300549 hex color red value is 48, green value is 5 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #300549 hue: 0.77 , saturation: 0.87 and the lightness value of 300549 is 0.15.

The process color (four color CMYK) of #300549 color hex is 0.34, 0.93, 0.00, 0.71. Web safe color of #300549 is #330033. Color #300549 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00000101 01001001
Octal 60 5 111
Decimal 48 5 73
Hex 30 5 49

RGB Percentages of Color #300549

%38.10
%3.97
%57.94

CMYK Percentages of Color #300549

%34
%93
%0
%71

Triadic Colors of #300549

#300549 #493005 #054930

Analogous Colors of #300549

#300549 #490540 #0e0549

Monochromatic Colors of #300549

#300549

Complementary Color

#300549 #1e4905

#300549 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300549 Color Preview on White Background

Lorem ipsum dolor sit amet.

#300549 Color CSS Codes

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

#300549 Text Font Color

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

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


#300549 Background Color

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

This div background color is #300549


#300549 Border Color

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

This div border color is #300549


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300549

#300549 Color Palettes


Comments

No comments written yet.

Please login to write comment.