Color Hex Logo

#311055 Color Hex

#311055
(49,16,85)
0 Favorites   0 Comments

Color spaces of #311055

RGB 491685
HSL0.750.680.20
HSV269°81°33°
CMYK 0.420.810.00   0.67
XYZ3.09161.67948.7555
Yxy1.67940.22860.1242
Hunter Lab12.959219.9053-30.9862
CIE-Lab13.705931.5642-35.1080

#311055 color RGB value is (49,16,85).

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

The process color (four color CMYK) of #311055 color hex is 0.42, 0.81, 0.00, 0.67. Web safe color of #311055 is #330066. Color #311055 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00010000 01010101
Octal 61 20 125
Decimal 49 16 85
Hex 31 10 55

RGB Percentages of Color #311055

%32.67
%10.67
%56.67

CMYK Percentages of Color #311055

%42
%81
%0
%67

Triadic Colors of #311055

#311055 #553110 #105531

Analogous Colors of #311055

#311055 #541055 #101255

Monochromatic Colors of #311055

#311055

Complementary Color

#311055 #345510

#311055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#311055 Color CSS Codes

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

#311055 Text Font Color

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

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


#311055 Background Color

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

This div background color is #311055


#311055 Border Color

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

This div border color is #311055


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,16,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 #311055">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311055


Comments

No comments written yet.

Please login to write comment.