Color Hex Logo

#300eac Color Hex

#300EAC
(48,14,172)
0 Favorites   0 Comments

Color spaces of #300eac

RGB 4814172
HSL0.700.850.36
HSV253°92°67°
CMYK 0.720.920.00   0.33
XYZ8.82243.921039.3216
Yxy3.92100.16940.0753
Hunter Lab19.801544.8765-103.8763
CIE-Lab23.408556.5233-74.4795

#300eac color RGB value is (48,14,172).

#300eac hex color red value is 48, green value is 14 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #300eac hue: 0.70 , saturation: 0.85 and the lightness value of 300eac is 0.36.

The process color (four color CMYK) of #300eac color hex is 0.72, 0.92, 0.00, 0.33. Web safe color of #300eac is #330099. Color #300eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00001110 10101100
Octal 60 16 254
Decimal 48 14 172
Hex 30 E AC

RGB Percentages of Color #300eac

%20.51
%5.98
%73.50

CMYK Percentages of Color #300eac

%72
%92
%0
%33

Triadic Colors of #300eac

#300eac #ac300e #0eac30

Analogous Colors of #300eac

#300eac #7f0eac #0e3bac

Monochromatic Colors of #300eac

#300eac

Complementary Color

#300eac #8aac0e

#300eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#300eac Color CSS Codes

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

#300eac Text Font Color

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

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


#300eac Background Color

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

This div background color is #300eac


#300eac Border Color

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

This div border color is #300eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300eac


Comments

No comments written yet.

Please login to write comment.