Color Hex Logo

#550aaa Color Hex

#550AAA
(85,10,170)
0 Favorites   0 Comments

Color spaces of #550aaa

RGB 8510170
HSL0.740.890.35
HSV268°94°67°
CMYK 0.500.940.00   0.33
XYZ11.11065.050738.4195
Yxy5.05070.20360.0925
Hunter Lab22.473848.9179-85.6262
CIE-Lab26.878759.6540-67.3988

#550aaa color RGB value is (85,10,170).

#550aaa hex color red value is 85, green value is 10 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #550aaa hue: 0.74 , saturation: 0.89 and the lightness value of 550aaa is 0.35.

The process color (four color CMYK) of #550aaa color hex is 0.50, 0.94, 0.00, 0.33. Web safe color of #550aaa is #660099. Color #550aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00001010 10101010
Octal 125 12 252
Decimal 85 10 170
Hex 55 A AA

RGB Percentages of Color #550aaa

%32.08
%3.77
%64.15

CMYK Percentages of Color #550aaa

%50
%94
%0
%33

Triadic Colors of #550aaa

#550aaa #aa550a #0aaa55

Analogous Colors of #550aaa

#550aaa #a50aaa #0a0faa

Monochromatic Colors of #550aaa

#550aaa

Complementary Color

#550aaa #5faa0a

#550aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#550aaa Color CSS Codes

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

#550aaa Text Font Color

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

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


#550aaa Background Color

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

This div background color is #550aaa


#550aaa Border Color

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

This div border color is #550aaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,10,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #550aaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #550aaa;
  -webkit-box-shadow: 1px 1px 3px 2px #550aaa;
  box-shadow:         1px 1px 3px 2px #550aaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550aaa


Comments

No comments written yet.

Please login to write comment.