Color Hex Logo

#300a5e Color Hex

#300A5E
(48,10,94)
0 Favorites   0 Comments

Color spaces of #300a5e

RGB 481094
HSL0.740.810.20
HSV267°89°37°
CMYK 0.490.890.00   0.63
XYZ3.34781.653610.7324
Yxy1.65360.21280.1051
Hunter Lab12.859223.9674-40.4823
CIE-Lab13.553036.5157-41.4331

#300a5e color RGB value is (48,10,94).

#300a5e hex color red value is 48, green value is 10 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #300a5e hue: 0.74 , saturation: 0.81 and the lightness value of 300a5e is 0.20.

The process color (four color CMYK) of #300a5e color hex is 0.49, 0.89, 0.00, 0.63. Web safe color of #300a5e is #330066. Color #300a5e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00001010 01011110
Octal 60 12 136
Decimal 48 10 94
Hex 30 A 5E

RGB Percentages of Color #300a5e

%31.58
%6.58
%61.84

CMYK Percentages of Color #300a5e

%49
%89
%0
%63

Triadic Colors of #300a5e

#300a5e #5e300a #0a5e30

Analogous Colors of #300a5e

#300a5e #5a0a5e #0a0e5e

Monochromatic Colors of #300a5e

#300a5e

Complementary Color

#300a5e #385e0a

#300a5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300a5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#300a5e Color CSS Codes

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

#300a5e Text Font Color

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

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


#300a5e Background Color

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

This div background color is #300a5e


#300a5e Border Color

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

This div border color is #300a5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300a5e


Comments

No comments written yet.

Please login to write comment.