Color Hex Logo

#332a9f Color Hex

#332A9F
(51,42,159)
0 Favorites   0 Comments

Color spaces of #332a9f

RGB 5142159
HSL0.680.580.39
HSV245°74°62°
CMYK 0.680.740.00   0.38
XYZ8.45124.862933.2941
Yxy4.86290.18130.1043
Hunter Lab22.052029.8173-74.0797
CIE-Lab26.340540.6647-61.7398

#332a9f color RGB value is (51,42,159).

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

The process color (four color CMYK) of #332a9f color hex is 0.68, 0.74, 0.00, 0.38. Web safe color of #332a9f is #333399. Color #332a9f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00101010 10011111
Octal 63 52 237
Decimal 51 42 159
Hex 33 2A 9F

RGB Percentages of Color #332a9f

%20.24
%16.67
%63.10

CMYK Percentages of Color #332a9f

%68
%74
%0
%38

Triadic Colors of #332a9f

#332a9f #9f332a #2a9f33

Analogous Colors of #332a9f

#332a9f #6e2a9f #2a5c9f

Monochromatic Colors of #332a9f

#332a9f

Complementary Color

#332a9f #969f2a

#332a9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#332a9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#332a9f Color CSS Codes

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

#332a9f Text Font Color

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

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


#332a9f Background Color

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

This div background color is #332a9f


#332a9f Border Color

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

This div border color is #332a9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #332a9f

#332a9f Color Palettes


Comments

No comments written yet.

Please login to write comment.