Color Hex Logo

#331faa Color Hex

#331FAA
(51,31,170)
0 Favorites   0 Comments

Color spaces of #331faa

RGB 5131170
HSL0.690.690.39
HSV249°82°67°
CMYK 0.700.820.00   0.33
XYZ9.11094.586138.4352
Yxy4.58610.17480.0880
Hunter Lab21.415238.4647-91.4209
CIE-Lab25.521449.8572-69.7582

#331faa color RGB value is (51,31,170).

#331faa hex color red value is 51, green value is 31 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #331faa hue: 0.69 , saturation: 0.69 and the lightness value of 331faa is 0.39.

The process color (four color CMYK) of #331faa color hex is 0.70, 0.82, 0.00, 0.33. Web safe color of #331faa is #333399. Color #331faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00011111 10101010
Octal 63 37 252
Decimal 51 31 170
Hex 33 1F AA

RGB Percentages of Color #331faa

%20.24
%12.30
%67.46

CMYK Percentages of Color #331faa

%70
%82
%0
%33

Triadic Colors of #331faa

#331faa #aa331f #1faa33

Analogous Colors of #331faa

#331faa #791faa #1f50aa

Monochromatic Colors of #331faa

#331faa

Complementary Color

#331faa #96aa1f

#331faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#331faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#331faa Color CSS Codes

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

#331faa Text Font Color

<p style="color:#331faa">Text here</p>

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


#331faa Background Color

<div style="background-color:#331faa">
Div content here</div>

This div background color is #331faa


#331faa Border Color

<div style="border:3px solid #331faa">
Div here</div>

This div border color is #331faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #331faa


Comments

No comments written yet.

Please login to write comment.