Color Hex Logo

#551cb8 Color Hex

#551CB8
(85,28,184)
0 Favorites   0 Comments

Color spaces of #551cb8

RGB 8528184
HSL0.730.740.42
HSV262°85°72°
CMYK 0.540.850.00   0.28
XYZ12.81336.222545.8731
Yxy6.22250.19740.0959
Hunter Lab24.944948.0353-91.5713
CIE-Lab29.967058.2424-70.6791

#551cb8 color RGB value is (85,28,184).

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

The process color (four color CMYK) of #551cb8 color hex is 0.54, 0.85, 0.00, 0.28. Web safe color of #551cb8 is #6633cc. Color #551cb8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00011100 10111000
Octal 125 34 270
Decimal 85 28 184
Hex 55 1C B8

RGB Percentages of Color #551cb8

%28.62
%9.43
%61.95

CMYK Percentages of Color #551cb8

%54
%85
%0
%28

Triadic Colors of #551cb8

#551cb8 #b8551c #1cb855

Analogous Colors of #551cb8

#551cb8 #a31cb8 #1c31b8

Monochromatic Colors of #551cb8

#551cb8

Complementary Color

#551cb8 #7fb81c

#551cb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#551cb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#551cb8 Color CSS Codes

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

#551cb8 Text Font Color

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

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


#551cb8 Background Color

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

This div background color is #551cb8


#551cb8 Border Color

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

This div border color is #551cb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #551cb8


Comments

No comments written yet.

Please login to write comment.