Color Hex Logo

#331272 Color Hex

#331272
(51,18,114)
0 Favorites   0 Comments

Color spaces of #331272

RGB 5118114
HSL0.720.730.26
HSV261°84°45°
CMYK 0.550.840.00   0.55
XYZ4.61882.351316.1300
Yxy2.35130.19990.1018
Hunter Lab15.333926.9323-51.6342
CIE-Lab17.232339.2169-48.5279

#331272 color RGB value is (51,18,114).

#331272 hex color red value is 51, green value is 18 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #331272 hue: 0.72 , saturation: 0.73 and the lightness value of 331272 is 0.26.

The process color (four color CMYK) of #331272 color hex is 0.55, 0.84, 0.00, 0.55. Web safe color of #331272 is #330066. Color #331272 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00010010 01110010
Octal 63 22 162
Decimal 51 18 114
Hex 33 12 72

RGB Percentages of Color #331272

%27.87
%9.84
%62.30

CMYK Percentages of Color #331272

%55
%84
%0
%55

Triadic Colors of #331272

#331272 #723312 #127233

Analogous Colors of #331272

#331272 #631272 #122172

Monochromatic Colors of #331272

#331272

Complementary Color

#331272 #517212

#331272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#331272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#331272 Color CSS Codes

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

#331272 Text Font Color

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

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


#331272 Background Color

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

This div background color is #331272


#331272 Border Color

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

This div border color is #331272


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #331272


Comments

No comments written yet.

Please login to write comment.