Color Hex Logo

#331155 Color Hex

#331155
(51,17,85)
1 Favorites   0 Comments

Color spaces of #331155

RGB 511785
HSL0.750.670.20
HSV270°80°33°
CMYK 0.400.800.00   0.67
XYZ3.20541.76068.7652
Yxy1.76060.23340.1282
Hunter Lab13.268819.9008-29.8782
CIE-Lab14.177231.4678-34.3274

#331155 color RGB value is (51,17,85). This hex color code is also a web safe color which is equal to #315.

#331155 hex color red value is 51, green value is 17 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #331155 hue: 0.75 , saturation: 0.67 and the lightness value of 331155 is 0.20.

The process color (four color CMYK) of #331155 color hex is 0.40, 0.80, 0.00, 0.67. Web safe color of #331155 is #330066. Color #331155 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00010001 01010101
Octal 63 21 125
Decimal 51 17 85
Hex 33 11 55

RGB Percentages of Color #331155

%33.33
%11.11
%55.56

CMYK Percentages of Color #331155

%40
%80
%0
%67

Triadic Colors of #331155

#331155 #553311 #115533

Analogous Colors of #331155

#331155 #551155 #111155

Monochromatic Colors of #331155

#331155

Complementary Color

#331155 #335511

#331155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#331155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#331155 Color CSS Codes

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

#331155 Text Font Color

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

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


#331155 Background Color

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

This div background color is #331155


#331155 Border Color

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

This div border color is #331155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #331155


Comments

No comments written yet.

Please login to write comment.