Color Hex Logo

#341aaa Color Hex

#341AAA
(52,26,170)
0 Favorites   0 Comments

Color spaces of #341aaa

RGB 5226170
HSL0.700.730.38
HSV251°85°67°
CMYK 0.690.850.00   0.33
XYZ9.04134.371138.3974
Yxy4.37110.17450.0844
Hunter Lab20.907240.6047-94.2550
CIE-Lab24.862252.1147-70.8485

#341aaa color RGB value is (52,26,170).

#341aaa hex color red value is 52, green value is 26 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #341aaa hue: 0.70 , saturation: 0.73 and the lightness value of 341aaa is 0.38.

The process color (four color CMYK) of #341aaa color hex is 0.69, 0.85, 0.00, 0.33. Web safe color of #341aaa is #333399. Color #341aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00011010 10101010
Octal 64 32 252
Decimal 52 26 170
Hex 34 1A AA

RGB Percentages of Color #341aaa

%20.97
%10.48
%68.55

CMYK Percentages of Color #341aaa

%69
%85
%0
%33

Triadic Colors of #341aaa

#341aaa #aa341a #1aaa34

Analogous Colors of #341aaa

#341aaa #7c1aaa #1a48aa

Monochromatic Colors of #341aaa

#341aaa

Complementary Color

#341aaa #90aa1a

#341aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#341aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#341aaa Color CSS Codes

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

#341aaa Text Font Color

<p style="color:#341aaa">Text here</p>

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


#341aaa Background Color

<div style="background-color:#341aaa">
Div content here</div>

This div background color is #341aaa


#341aaa Border Color

<div style="border:3px solid #341aaa">
Div here</div>

This div border color is #341aaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,26,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #341aaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #341aaa;
  -webkit-box-shadow: 1px 1px 3px 2px #341aaa;
  box-shadow:         1px 1px 3px 2px #341aaa; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #341aaa


Comments

No comments written yet.

Please login to write comment.