Color Hex Logo

#553181 Color Hex

#553181
(85,49,129)
0 Favorites   0 Comments

Color spaces of #553181

RGB 8549129
HSL0.740.450.35
HSV267°62°51°
CMYK 0.340.620.00   0.49
XYZ8.80715.712921.4074
Yxy5.71290.24510.1590
Hunter Lab23.901723.9443-36.3716
CIE-Lab28.676333.6866-39.2679

#553181 color RGB value is (85,49,129).

#553181 hex color red value is 85, green value is 49 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #553181 hue: 0.74 , saturation: 0.45 and the lightness value of 553181 is 0.35.

The process color (four color CMYK) of #553181 color hex is 0.34, 0.62, 0.00, 0.49. Web safe color of #553181 is #663399. Color #553181 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00110001 10000001
Octal 125 61 201
Decimal 85 49 129
Hex 55 31 81

RGB Percentages of Color #553181

%32.32
%18.63
%49.05

CMYK Percentages of Color #553181

%34
%62
%0
%49

Triadic Colors of #553181

#553181 #815531 #318155

Analogous Colors of #553181

#553181 #7d3181 #313581

Monochromatic Colors of #553181

#553181

Complementary Color

#553181 #5d8131

#553181 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553181 Color Preview on White Background

Lorem ipsum dolor sit amet.

#553181 Color CSS Codes

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

#553181 Text Font Color

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

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


#553181 Background Color

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

This div background color is #553181


#553181 Border Color

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

This div border color is #553181


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553181


Comments

No comments written yet.

Please login to write comment.