Color Hex Logo

#301aea Color Hex

#301AEA
(48,26,234)
0 Favorites   0 Comments

Color spaces of #301aea

RGB 4826234
HSL0.680.830.51
HSV246°89°92°
CMYK 0.790.890.00   0.08
XYZ16.43967.307778.3860
Yxy7.30770.16100.0716
Hunter Lab27.032861.2450-152.9983
CIE-Lab32.497469.5424-95.6326

#301aea color RGB value is (48,26,234).

#301aea hex color red value is 48, green value is 26 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #301aea hue: 0.68 , saturation: 0.83 and the lightness value of 301aea is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00011010 11101010
Octal 60 32 352
Decimal 48 26 234
Hex 30 1A EA

RGB Percentages of Color #301aea

%15.58
%8.44
%75.97

CMYK Percentages of Color #301aea

%79
%89
%0
%8

Triadic Colors of #301aea

#301aea #ea301a #1aea30

Analogous Colors of #301aea

#301aea #981aea #1a6cea

Monochromatic Colors of #301aea

#301aea

Complementary Color

#301aea #d4ea1a

#301aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#301aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#301aea Color CSS Codes

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

#301aea Text Font Color

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

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


#301aea Background Color

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

This div background color is #301aea


#301aea Border Color

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

This div border color is #301aea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,26,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 #301aea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #301aea


Comments

No comments written yet.

Please login to write comment.