Color Hex Logo

#551480 Color Hex

#551480
(85,20,128)
0 Favorites   0 Comments

Color spaces of #551480

RGB 8520128
HSL0.770.730.29
HSV276°84°50°
CMYK 0.340.840.00   0.50
XYZ7.89283.990120.7763
Yxy3.99010.24170.1222
Hunter Lab19.975235.5739-47.6850
CIE-Lab23.638747.2831-46.7992

#551480 color RGB value is (85,20,128).

#551480 hex color red value is 85, green value is 20 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #551480 hue: 0.77 , saturation: 0.73 and the lightness value of 551480 is 0.29.

The process color (four color CMYK) of #551480 color hex is 0.34, 0.84, 0.00, 0.50. Web safe color of #551480 is #660099. Color #551480 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00010100 10000000
Octal 125 24 200
Decimal 85 20 128
Hex 55 14 80

RGB Percentages of Color #551480

%36.48
%8.58
%54.94

CMYK Percentages of Color #551480

%34
%84
%0
%50

Triadic Colors of #551480

#551480 #805514 #148055

Analogous Colors of #551480

#551480 #801475 #1f1480

Monochromatic Colors of #551480

#551480

Complementary Color

#551480 #3f8014

#551480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#551480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#551480 Color CSS Codes

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

#551480 Text Font Color

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

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


#551480 Background Color

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

This div background color is #551480


#551480 Border Color

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

This div border color is #551480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #551480


Comments

No comments written yet.

Please login to write comment.