Color Hex Logo

#331f5a Color Hex

#331F5A
(51,31,90)
0 Favorites   0 Comments

Color spaces of #331f5a

RGB 513190
HSL0.720.490.24
HSV260°66°35°
CMYK 0.430.660.00   0.65
XYZ3.70072.42209.9453
Yxy2.42200.23030.1507
Hunter Lab15.562815.2110-26.9950
CIE-Lab17.562124.8027-32.2048

#331f5a color RGB value is (51,31,90).

#331f5a hex color red value is 51, green value is 31 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #331f5a hue: 0.72 , saturation: 0.49 and the lightness value of 331f5a is 0.24.

The process color (four color CMYK) of #331f5a color hex is 0.43, 0.66, 0.00, 0.65. Web safe color of #331f5a is #333366. Color #331f5a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00011111 01011010
Octal 63 37 132
Decimal 51 31 90
Hex 33 1F 5A

RGB Percentages of Color #331f5a

%29.65
%18.02
%52.33

CMYK Percentages of Color #331f5a

%43
%66
%0
%65

Triadic Colors of #331f5a

#331f5a #5a331f #1f5a33

Analogous Colors of #331f5a

#331f5a #501f5a #1f295a

Monochromatic Colors of #331f5a

#331f5a

Complementary Color

#331f5a #465a1f

#331f5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#331f5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#331f5a Color CSS Codes

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

#331f5a Text Font Color

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

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


#331f5a Background Color

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

This div background color is #331f5a


#331f5a Border Color

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

This div border color is #331f5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #331f5a


Comments

No comments written yet.

Please login to write comment.