Color Hex Logo

#332aaa Color Hex

#332AAA
(51,42,170)
0 Favorites   0 Comments

Color spaces of #332aaa

RGB 5142170
HSL0.680.600.42
HSV244°75°67°
CMYK 0.700.750.00   0.33
XYZ9.44895.262038.5479
Yxy5.26200.17740.0988
Hunter Lab22.939033.3832-83.5765
CIE-Lab27.468544.2600-66.5392

#332aaa color RGB value is (51,42,170).

#332aaa hex color red value is 51, green value is 42 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #332aaa hue: 0.68 , saturation: 0.60 and the lightness value of 332aaa is 0.42.

The process color (four color CMYK) of #332aaa color hex is 0.70, 0.75, 0.00, 0.33. Web safe color of #332aaa is #333399. Color #332aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00101010 10101010
Octal 63 52 252
Decimal 51 42 170
Hex 33 2A AA

RGB Percentages of Color #332aaa

%19.39
%15.97
%64.64

CMYK Percentages of Color #332aaa

%70
%75
%0
%33

Triadic Colors of #332aaa

#332aaa #aa332a #2aaa33

Analogous Colors of #332aaa

#332aaa #732aaa #2a61aa

Monochromatic Colors of #332aaa

#332aaa

Complementary Color

#332aaa #a1aa2a

#332aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#332aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#332aaa Color CSS Codes

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

#332aaa Text Font Color

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

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


#332aaa Background Color

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

This div background color is #332aaa


#332aaa Border Color

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

This div border color is #332aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #332aaa


Comments

No comments written yet.

Please login to write comment.