Color Hex Logo

#300aab Color Hex

#300AAB
(48,10,171)
0 Favorites   0 Comments

Color spaces of #300aab

RGB 4810171
HSL0.710.890.35
HSV254°94°67°
CMYK 0.720.940.00   0.33
XYZ8.67823.785738.8014
Yxy3.78570.16930.0738
Hunter Lab19.456945.5654-104.6178
CIE-Lab22.949957.2598-74.6393

#300aab color RGB value is (48,10,171).

#300aab hex color red value is 48, green value is 10 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #300aab hue: 0.71 , saturation: 0.89 and the lightness value of 300aab is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00001010 10101011
Octal 60 12 253
Decimal 48 10 171
Hex 30 A AB

RGB Percentages of Color #300aab

%20.96
%4.37
%74.67

CMYK Percentages of Color #300aab

%72
%94
%0
%33

Triadic Colors of #300aab

#300aab #ab300a #0aab30

Analogous Colors of #300aab

#300aab #810aab #0a34ab

Monochromatic Colors of #300aab

#300aab

Complementary Color

#300aab #85ab0a

#300aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#300aab Color CSS Codes

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

#300aab Text Font Color

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

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


#300aab Background Color

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

This div background color is #300aab


#300aab Border Color

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

This div border color is #300aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300aab


Comments

No comments written yet.

Please login to write comment.