Color Hex Logo

#331337 Color Hex

#331337
(51,19,55)
0 Favorites   0 Comments

Color spaces of #331337

RGB 511955
HSL0.810.490.15
HSV293°65°22°
CMYK 0.070.650.00   0.78
XYZ2.28771.44543.7728
Yxy1.44540.30480.1926
Hunter Lab12.022512.9266-10.1902
CIE-Lab12.256722.5674-16.4842

#331337 color RGB value is (51,19,55).

#331337 hex color red value is 51, green value is 19 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #331337 hue: 0.81 , saturation: 0.49 and the lightness value of 331337 is 0.15.

The process color (four color CMYK) of #331337 color hex is 0.07, 0.65, 0.00, 0.78. Web safe color of #331337 is #330033. Color #331337 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00010011 00110111
Octal 63 23 67
Decimal 51 19 55
Hex 33 13 37

RGB Percentages of Color #331337

%40.80
%15.20
%44.00

CMYK Percentages of Color #331337

%7
%65
%0
%78

Triadic Colors of #331337

#331337 #373313 #133733

Analogous Colors of #331337

#331337 #371329 #211337

Monochromatic Colors of #331337

#331337

Complementary Color

#331337 #173713

#331337 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#331337 Color Preview on White Background

Lorem ipsum dolor sit amet.

#331337 Color CSS Codes

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

#331337 Text Font Color

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

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


#331337 Background Color

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

This div background color is #331337


#331337 Border Color

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

This div border color is #331337


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #331337


Comments

No comments written yet.

Please login to write comment.