Color Hex Logo

#551684 Color Hex

#551684
(85,22,132)
0 Favorites   0 Comments

Color spaces of #551684

RGB 8522132
HSL0.760.710.30
HSV274°83°52°
CMYK 0.360.830.00   0.48
XYZ8.19814.171122.2028
Yxy4.17110.23710.1206
Hunter Lab20.423335.9109-50.1598
CIE-Lab24.229247.5148-48.3581

#551684 color RGB value is (85,22,132).

#551684 hex color red value is 85, green value is 22 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #551684 hue: 0.76 , saturation: 0.71 and the lightness value of 551684 is 0.30.

The process color (four color CMYK) of #551684 color hex is 0.36, 0.83, 0.00, 0.48. Web safe color of #551684 is #660099. Color #551684 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00010110 10000100
Octal 125 26 204
Decimal 85 22 132
Hex 55 16 84

RGB Percentages of Color #551684

%35.56
%9.21
%55.23

CMYK Percentages of Color #551684

%36
%83
%0
%48

Triadic Colors of #551684

#551684 #845516 #168455

Analogous Colors of #551684

#551684 #84167c #1e1684

Monochromatic Colors of #551684

#551684

Complementary Color

#551684 #458416

#551684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#551684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#551684 Color CSS Codes

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

#551684 Text Font Color

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

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


#551684 Background Color

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

This div background color is #551684


#551684 Border Color

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

This div border color is #551684


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #551684


Comments

No comments written yet.

Please login to write comment.