Color Hex Logo

#300aea Color Hex

#300AEA
(48,10,234)
0 Favorites   0 Comments

Color spaces of #300aea

RGB 4810234
HSL0.690.920.48
HSV250°96°92°
CMYK 0.790.960.00   0.08
XYZ16.17876.786078.2990
Yxy6.78600.15980.0670
Hunter Lab26.050065.2726-159.9745
CIE-Lab31.314773.1586-97.6054

#300aea color RGB value is (48,10,234).

#300aea hex color red value is 48, green value is 10 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #300aea hue: 0.69 , saturation: 0.92 and the lightness value of 300aea is 0.48.

The process color (four color CMYK) of #300aea color hex is 0.79, 0.96, 0.00, 0.08. Web safe color of #300aea is #3300ff. Color #300aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00001010 11101010
Octal 60 12 352
Decimal 48 10 234
Hex 30 A EA

RGB Percentages of Color #300aea

%16.44
%3.42
%80.14

CMYK Percentages of Color #300aea

%79
%96
%0
%8

Triadic Colors of #300aea

#300aea #ea300a #0aea30

Analogous Colors of #300aea

#300aea #a00aea #0a54ea

Monochromatic Colors of #300aea

#300aea

Complementary Color

#300aea #c4ea0a

#300aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#300aea Color CSS Codes

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

#300aea Text Font Color

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

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


#300aea Background Color

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

This div background color is #300aea


#300aea Border Color

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

This div border color is #300aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300aea


Comments

No comments written yet.

Please login to write comment.