Color Hex Logo

#300677 Color Hex

#300677
(48,6,119)
0 Favorites   0 Comments

Color spaces of #300677

RGB 486119
HSL0.730.900.25
HSV262°95°47°
CMYK 0.600.950.00   0.53
XYZ4.61382.090517.6131
Yxy2.09050.18970.0860
Hunter Lab14.458631.6578-62.1048
CIE-Lab15.955244.6559-53.8786

#300677 color RGB value is (48,6,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00000110 01110111
Octal 60 6 167
Decimal 48 6 119
Hex 30 6 77

RGB Percentages of Color #300677

%27.75
%3.47
%68.79

CMYK Percentages of Color #300677

%60
%95
%0
%53

Triadic Colors of #300677

#300677 #773006 #067730

Analogous Colors of #300677

#300677 #690677 #061477

Monochromatic Colors of #300677

#300677

Complementary Color

#300677 #4d7706

#300677 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300677 Color Preview on White Background

Lorem ipsum dolor sit amet.

#300677 Color CSS Codes

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

#300677 Text Font Color

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

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


#300677 Background Color

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

This div background color is #300677


#300677 Border Color

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

This div border color is #300677


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,6,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 #300677">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300677


Comments

No comments written yet.

Please login to write comment.