Color Hex Logo

#331147 Color Hex

#331147
(51,17,71)
0 Favorites   0 Comments

Color spaces of #331147

RGB 511771
HSL0.770.610.17
HSV278°76°28°
CMYK 0.280.760.00   0.72
XYZ2.70301.55966.1198
Yxy1.55960.26030.1502
Hunter Lab12.488416.7800-20.3125
CIE-Lab12.982027.6954-26.6416

#331147 color RGB value is (51,17,71).

#331147 hex color red value is 51, green value is 17 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #331147 hue: 0.77 , saturation: 0.61 and the lightness value of 331147 is 0.17.

The process color (four color CMYK) of #331147 color hex is 0.28, 0.76, 0.00, 0.72. Web safe color of #331147 is #330033. Color #331147 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00010001 01000111
Octal 63 21 107
Decimal 51 17 71
Hex 33 11 47

RGB Percentages of Color #331147

%36.69
%12.23
%51.08

CMYK Percentages of Color #331147

%28
%76
%0
%72

Triadic Colors of #331147

#331147 #473311 #114733

Analogous Colors of #331147

#331147 #471140 #181147

Monochromatic Colors of #331147

#331147

Complementary Color

#331147 #254711

#331147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#331147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#331147 Color CSS Codes

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

#331147 Text Font Color

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

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


#331147 Background Color

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

This div background color is #331147


#331147 Border Color

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

This div border color is #331147


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #331147


Comments

No comments written yet.

Please login to write comment.