Color Hex Logo

#551cc5 Color Hex

#551CC5
(85,28,197)
0 Favorites   0 Comments

Color spaces of #551cc5

RGB 8528197
HSL0.720.750.44
HSV260°86°77°
CMYK 0.570.860.00   0.23
XYZ14.23966.793053.3840
Yxy6.79300.19130.0913
Hunter Lab26.063451.9117-103.1956
CIE-Lab31.330961.5435-76.1005

#551cc5 color RGB value is (85,28,197).

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

The process color (four color CMYK) of #551cc5 color hex is 0.57, 0.86, 0.00, 0.23. Web safe color of #551cc5 is #6633cc. Color #551cc5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00011100 11000101
Octal 125 34 305
Decimal 85 28 197
Hex 55 1C C5

RGB Percentages of Color #551cc5

%27.42
%9.03
%63.55

CMYK Percentages of Color #551cc5

%57
%86
%0
%23

Triadic Colors of #551cc5

#551cc5 #c5551c #1cc555

Analogous Colors of #551cc5

#551cc5 #aa1cc5 #1c38c5

Monochromatic Colors of #551cc5

#551cc5

Complementary Color

#551cc5 #8cc51c

#551cc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#551cc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#551cc5 Color CSS Codes

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

#551cc5 Text Font Color

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

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


#551cc5 Background Color

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

This div background color is #551cc5


#551cc5 Border Color

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

This div border color is #551cc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #551cc5


Comments

No comments written yet.

Please login to write comment.