Color Hex Logo

#553158 Color Hex

#553158
(85,49,88)
0 Favorites   0 Comments

Color spaces of #553158

RGB 854988
HSL0.820.280.27
HSV295°44°35°
CMYK 0.030.440.00   0.65
XYZ6.60614.83259.8171
Yxy4.83250.31080.2274
Hunter Lab21.982915.1709-11.0895
CIE-Lab26.252123.4547-16.8333

#553158 color RGB value is (85,49,88).

#553158 hex color red value is 85, green value is 49 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #553158 hue: 0.82 , saturation: 0.28 and the lightness value of 553158 is 0.27.

The process color (four color CMYK) of #553158 color hex is 0.03, 0.44, 0.00, 0.65. Web safe color of #553158 is #663366. Color #553158 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00110001 01011000
Octal 125 61 130
Decimal 85 49 88
Hex 55 31 58

RGB Percentages of Color #553158

%38.29
%22.07
%39.64

CMYK Percentages of Color #553158

%3
%44
%0
%65

Triadic Colors of #553158

#553158 #585531 #315855

Analogous Colors of #553158

#553158 #583148 #423158

Monochromatic Colors of #553158

#553158

Complementary Color

#553158 #345831

#553158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#553158 Color CSS Codes

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

#553158 Text Font Color

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

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


#553158 Background Color

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

This div background color is #553158


#553158 Border Color

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

This div border color is #553158


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553158


Comments

No comments written yet.

Please login to write comment.