Color Hex Logo

#300689 Color Hex

#300689
(48,6,137)
0 Favorites   0 Comments

Color spaces of #300689

RGB 486137
HSL0.720.920.28
HSV259°96°54°
CMYK 0.650.960.00   0.46
XYZ5.79942.564823.8563
Yxy2.56480.18000.0796
Hunter Lab16.015036.6127-77.1092
CIE-Lab18.209249.3889-61.5901

#300689 color RGB value is (48,6,137).

#300689 hex color red value is 48, green value is 6 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #300689 hue: 0.72 , saturation: 0.92 and the lightness value of 300689 is 0.28.

The process color (four color CMYK) of #300689 color hex is 0.65, 0.96, 0.00, 0.46. Web safe color of #300689 is #330099. Color #300689 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00000110 10001001
Octal 60 6 211
Decimal 48 6 137
Hex 30 6 89

RGB Percentages of Color #300689

%25.13
%3.14
%71.73

CMYK Percentages of Color #300689

%65
%96
%0
%46

Triadic Colors of #300689

#300689 #893006 #068930

Analogous Colors of #300689

#300689 #720689 #061e89

Monochromatic Colors of #300689

#300689

Complementary Color

#300689 #5f8906

#300689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#300689 Color CSS Codes

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

#300689 Text Font Color

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

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


#300689 Background Color

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

This div background color is #300689


#300689 Border Color

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

This div border color is #300689


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300689


Comments

No comments written yet.

Please login to write comment.