Color Hex Logo

#331079 Color Hex

#331079
(51,16,121)
0 Favorites   0 Comments

Color spaces of #331079

RGB 5116121
HSL0.720.770.27
HSV260°87°47°
CMYK 0.580.870.00   0.53
XYZ5.00172.454918.2994
Yxy2.45490.19420.0953
Hunter Lab15.668129.5630-58.2794
CIE-Lab17.713442.0520-52.2446

#331079 color RGB value is (51,16,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00010000 01111001
Octal 63 20 171
Decimal 51 16 121
Hex 33 10 79

RGB Percentages of Color #331079

%27.13
%8.51
%64.36

CMYK Percentages of Color #331079

%58
%87
%0
%53

Triadic Colors of #331079

#331079 #793310 #107933

Analogous Colors of #331079

#331079 #681079 #102279

Monochromatic Colors of #331079

#331079

Complementary Color

#331079 #567910

#331079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#331079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#331079 Color CSS Codes

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

#331079 Text Font Color

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

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


#331079 Background Color

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

This div background color is #331079


#331079 Border Color

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

This div border color is #331079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #331079


Comments

No comments written yet.

Please login to write comment.