Color Hex Logo

#331179 Color Hex

#331179
(51,17,121)
0 Favorites   0 Comments

Color spaces of #331179

RGB 5117121
HSL0.720.750.27
HSV260°86°47°
CMYK 0.580.860.00   0.53
XYZ5.01692.485218.3044
Yxy2.48520.19440.0963
Hunter Lab15.764529.2179-57.8073
CIE-Lab17.851541.6462-52.0165

#331179 color RGB value is (51,17,121).

#331179 hex color red value is 51, green value is 17 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #331179 hue: 0.72 , saturation: 0.75 and the lightness value of 331179 is 0.27.

The process color (four color CMYK) of #331179 color hex is 0.58, 0.86, 0.00, 0.53. Web safe color of #331179 is #330066. Color #331179 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00010001 01111001
Octal 63 21 171
Decimal 51 17 121
Hex 33 11 79

RGB Percentages of Color #331179

%26.98
%8.99
%64.02

CMYK Percentages of Color #331179

%58
%86
%0
%53

Triadic Colors of #331179

#331179 #793311 #117933

Analogous Colors of #331179

#331179 #671179 #112379

Monochromatic Colors of #331179

#331179

Complementary Color

#331179 #577911

#331179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#331179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#331179 Color CSS Codes

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

#331179 Text Font Color

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

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


#331179 Background Color

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

This div background color is #331179


#331179 Border Color

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

This div border color is #331179


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,17,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #331179; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #331179;
  -webkit-box-shadow: 1px 1px 3px 2px #331179;
  box-shadow:         1px 1px 3px 2px #331179; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #331179


Comments

No comments written yet.

Please login to write comment.