Color Hex Logo

#331fae Color Hex

#331FAE
(51,31,174)
0 Favorites   0 Comments

Color spaces of #331fae

RGB 5131174
HSL0.690.700.40
HSV248°82°68°
CMYK 0.710.820.00   0.32
XYZ9.49524.739840.4588
Yxy4.73980.17360.0867
Hunter Lab21.771139.7513-94.9432
CIE-Lab25.980251.0529-71.4056

#331fae color RGB value is (51,31,174).

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

The process color (four color CMYK) of #331fae color hex is 0.71, 0.82, 0.00, 0.32. Web safe color of #331fae is #333399. Color #331fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00011111 10101110
Octal 63 37 256
Decimal 51 31 174
Hex 33 1F AE

RGB Percentages of Color #331fae

%19.92
%12.11
%67.97

CMYK Percentages of Color #331fae

%71
%82
%0
%32

Triadic Colors of #331fae

#331fae #ae331f #1fae33

Analogous Colors of #331fae

#331fae #7b1fae #1f53ae

Monochromatic Colors of #331fae

#331fae

Complementary Color

#331fae #9aae1f

#331fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#331fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#331fae Color CSS Codes

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

#331fae Text Font Color

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

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


#331fae Background Color

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

This div background color is #331fae


#331fae Border Color

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

This div border color is #331fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #331fae


Comments

No comments written yet.

Please login to write comment.