Color Hex Logo

#331083 Color Hex

#331083
(51,16,131)
0 Favorites   0 Comments

Color spaces of #331083

RGB 5116131
HSL0.720.780.29
HSV258°88°51°
CMYK 0.610.880.00   0.49
XYZ5.64732.713121.6988
Yxy2.71310.18790.0903
Hunter Lab16.471532.3742-66.5759
CIE-Lab18.856244.8639-56.7244

#331083 color RGB value is (51,16,131).

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

The process color (four color CMYK) of #331083 color hex is 0.61, 0.88, 0.00, 0.49. Web safe color of #331083 is #330099. Color #331083 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00010000 10000011
Octal 63 20 203
Decimal 51 16 131
Hex 33 10 83

RGB Percentages of Color #331083

%25.76
%8.08
%66.16

CMYK Percentages of Color #331083

%61
%88
%0
%49

Triadic Colors of #331083

#331083 #833310 #108333

Analogous Colors of #331083

#331083 #6d1083 #102683

Monochromatic Colors of #331083

#331083

Complementary Color

#331083 #608310

#331083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#331083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#331083 Color CSS Codes

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

#331083 Text Font Color

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

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


#331083 Background Color

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

This div background color is #331083


#331083 Border Color

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

This div border color is #331083


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #331083


Comments

No comments written yet.

Please login to write comment.