Color Hex Logo

#2a1eaa Color Hex

#2A1EAA
(42,30,170)
0 Favorites   0 Comments

Color spaces of #2a1eaa

RGB 4230170
HSL0.680.700.39
HSV245°82°67°
CMYK 0.750.820.00   0.33
XYZ8.67484.323138.4074
Yxy4.32310.16880.0841
Hunter Lab20.792138.0871-94.9669
CIE-Lab24.712149.6351-71.1196

#2a1eaa color RGB value is (42,30,170).

#2a1eaa hex color red value is 42, green value is 30 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #2a1eaa hue: 0.68 , saturation: 0.70 and the lightness value of 2a1eaa is 0.39.

The process color (four color CMYK) of #2a1eaa color hex is 0.75, 0.82, 0.00, 0.33. Web safe color of #2a1eaa is #333399. Color #2a1eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 00011110 10101010
Octal 52 36 252
Decimal 42 30 170
Hex 2A 1E AA

RGB Percentages of Color #2a1eaa

%17.36
%12.40
%70.25

CMYK Percentages of Color #2a1eaa

%75
%82
%0
%33

Triadic Colors of #2a1eaa

#2a1eaa #aa2a1e #1eaa2a

Analogous Colors of #2a1eaa

#2a1eaa #701eaa #1e58aa

Monochromatic Colors of #2a1eaa

#2a1eaa

Complementary Color

#2a1eaa #9eaa1e

#2a1eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2a1eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2a1eaa Color CSS Codes

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

#2a1eaa Text Font Color

<p style="color:#2a1eaa">Text here</p>

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


#2a1eaa Background Color

<div style="background-color:#2a1eaa">
Div content here</div>

This div background color is #2a1eaa


#2a1eaa Border Color

<div style="border:3px solid #2a1eaa">
Div here</div>

This div border color is #2a1eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(42,30,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2a1eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2a1eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #2a1eaa;
  box-shadow:         1px 1px 3px 2px #2a1eaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(42,30,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2a1eaa


Comments

No comments written yet.

Please login to write comment.