Color Hex Logo

#331344 Color Hex

#331344
(51,19,68)
0 Favorites   0 Comments

Color spaces of #331344

RGB 511968
HSL0.780.560.17
HSV279°72°27°
CMYK 0.250.720.00   0.73
XYZ2.64151.58695.6359
Yxy1.58690.26780.1609
Hunter Lab12.597215.3844-17.7078
CIE-Lab13.150225.8044-24.2768

#331344 color RGB value is (51,19,68).

#331344 hex color red value is 51, green value is 19 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #331344 hue: 0.78 , saturation: 0.56 and the lightness value of 331344 is 0.17.

The process color (four color CMYK) of #331344 color hex is 0.25, 0.72, 0.00, 0.73. Web safe color of #331344 is #330033. Color #331344 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00010011 01000100
Octal 63 23 104
Decimal 51 19 68
Hex 33 13 44

RGB Percentages of Color #331344

%36.96
%13.77
%49.28

CMYK Percentages of Color #331344

%25
%72
%0
%73

Triadic Colors of #331344

#331344 #443313 #134433

Analogous Colors of #331344

#331344 #44133d #1b1344

Monochromatic Colors of #331344

#331344

Complementary Color

#331344 #244413

#331344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#331344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#331344 Color CSS Codes

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

#331344 Text Font Color

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

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


#331344 Background Color

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

This div background color is #331344


#331344 Border Color

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

This div border color is #331344


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #331344


Comments

No comments written yet.

Please login to write comment.