Color Hex Logo

#551554 Color Hex

#551554
(85,21,84)
0 Favorites   0 Comments

Color spaces of #551554

RGB 852184
HSL0.840.600.21
HSV301°75°33°
CMYK 0.000.750.01   0.67
XYZ5.61473.10778.6914
Yxy3.10770.32240.1785
Hunter Lab17.628726.0018-16.8915
CIE-Lab20.470237.5310-23.2343

#551554 color RGB value is (85,21,84).

#551554 hex color red value is 85, green value is 21 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #551554 hue: 0.84 , saturation: 0.60 and the lightness value of 551554 is 0.21.

The process color (four color CMYK) of #551554 color hex is 0.00, 0.75, 0.01, 0.67. Web safe color of #551554 is #660066. Color #551554 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00010101 01010100
Octal 125 25 124
Decimal 85 21 84
Hex 55 15 54

RGB Percentages of Color #551554

%44.74
%11.05
%44.21

CMYK Percentages of Color #551554

%0
%75
%1
%67

Triadic Colors of #551554

#551554 #545515 #155455

Analogous Colors of #551554

#551554 #551534 #361555

Monochromatic Colors of #551554

#551554

Complementary Color

#551554 #155516

#551554 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#551554 Color Preview on White Background

Lorem ipsum dolor sit amet.

#551554 Color CSS Codes

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

#551554 Text Font Color

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

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


#551554 Background Color

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

This div background color is #551554


#551554 Border Color

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

This div border color is #551554


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #551554


Comments

No comments written yet.

Please login to write comment.