Color Hex Logo

#331c34 Color Hex

#331C34
(51,28,52)
0 Favorites   0 Comments

Color spaces of #331c34

RGB 512852
HSL0.830.300.16
HSV298°46°20°
CMYK 0.020.460.00   0.80
XYZ2.40031.78223.4663
Yxy1.78220.31380.2330
Hunter Lab13.34998.7318-6.0497
CIE-Lab14.300116.0903-11.1453

#331c34 color RGB value is (51,28,52).

#331c34 hex color red value is 51, green value is 28 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #331c34 hue: 0.83 , saturation: 0.30 and the lightness value of 331c34 is 0.16.

The process color (four color CMYK) of #331c34 color hex is 0.02, 0.46, 0.00, 0.80. Web safe color of #331c34 is #333333. Color #331c34 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00011100 00110100
Octal 63 34 64
Decimal 51 28 52
Hex 33 1C 34

RGB Percentages of Color #331c34

%38.93
%21.37
%39.69

CMYK Percentages of Color #331c34

%2
%46
%0
%80

Triadic Colors of #331c34

#331c34 #34331c #1c3433

Analogous Colors of #331c34

#331c34 #341c29 #271c34

Monochromatic Colors of #331c34

#331c34

Complementary Color

#331c34 #1d341c

#331c34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#331c34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#331c34 Color CSS Codes

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

#331c34 Text Font Color

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

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


#331c34 Background Color

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

This div background color is #331c34


#331c34 Border Color

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

This div border color is #331c34


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,28,52, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #331c34; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #331c34;
  -webkit-box-shadow: 1px 1px 3px 2px #331c34;
  box-shadow:         1px 1px 3px 2px #331c34; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #331c34


Comments

No comments written yet.

Please login to write comment.