Color Hex Logo

#300495 Color Hex

#300495
(48,4,149)
0 Favorites   0 Comments

Color spaces of #300495

RGB 484149
HSL0.720.950.30
HSV258°97°58°
CMYK 0.680.970.00   0.42
XYZ6.68722.885128.6382
Yxy2.88510.17500.0755
Hunter Lab16.985640.5504-88.0748
CIE-Lab19.577753.0615-66.8012

#300495 color RGB value is (48,4,149).

#300495 hex color red value is 48, green value is 4 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #300495 hue: 0.72 , saturation: 0.95 and the lightness value of 300495 is 0.30.

The process color (four color CMYK) of #300495 color hex is 0.68, 0.97, 0.00, 0.42. Web safe color of #300495 is #330099. Color #300495 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00000100 10010101
Octal 60 4 225
Decimal 48 4 149
Hex 30 4 95

RGB Percentages of Color #300495

%23.88
%1.99
%74.13

CMYK Percentages of Color #300495

%68
%97
%0
%42

Triadic Colors of #300495

#300495 #953004 #049530

Analogous Colors of #300495

#300495 #790495 #042195

Monochromatic Colors of #300495

#300495

Complementary Color

#300495 #699504

#300495 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300495 Color Preview on White Background

Lorem ipsum dolor sit amet.

#300495 Color CSS Codes

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

#300495 Text Font Color

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

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


#300495 Background Color

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

This div background color is #300495


#300495 Border Color

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

This div border color is #300495


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300495


Comments

No comments written yet.

Please login to write comment.