Color Hex Logo

#551caa Color Hex

#551CAA
(85,28,170)
0 Favorites   0 Comments

Color spaces of #551caa

RGB 8528170
HSL0.730.720.39
HSV264°84°67°
CMYK 0.500.840.00   0.33
XYZ11.41735.664138.5217
Yxy5.66410.20530.1019
Hunter Lab23.799443.9831-79.3073
CIE-Lab28.548754.6850-64.6448

#551caa color RGB value is (85,28,170).

#551caa hex color red value is 85, green value is 28 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #551caa hue: 0.73 , saturation: 0.72 and the lightness value of 551caa is 0.39.

The process color (four color CMYK) of #551caa color hex is 0.50, 0.84, 0.00, 0.33. Web safe color of #551caa is #663399. Color #551caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00011100 10101010
Octal 125 34 252
Decimal 85 28 170
Hex 55 1C AA

RGB Percentages of Color #551caa

%30.04
%9.89
%60.07

CMYK Percentages of Color #551caa

%50
%84
%0
%33

Triadic Colors of #551caa

#551caa #aa551c #1caa55

Analogous Colors of #551caa

#551caa #9c1caa #1c2aaa

Monochromatic Colors of #551caa

#551caa

Complementary Color

#551caa #71aa1c

#551caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#551caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#551caa Color CSS Codes

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

#551caa Text Font Color

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

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


#551caa Background Color

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

This div background color is #551caa


#551caa Border Color

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

This div border color is #551caa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,28,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 #551caa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #551caa


Comments

No comments written yet.

Please login to write comment.