Color Hex Logo

#551abf Color Hex

#551ABF
(85,26,191)
0 Favorites   0 Comments

Color spaces of #551abf

RGB 8526191
HSL0.730.760.43
HSV261°86°75°
CMYK 0.550.860.00   0.25
XYZ13.51976.431749.8191
Yxy6.43170.19380.0922
Hunter Lab25.360850.7760-98.7175
CIE-Lab30.476560.6738-73.9821

#551abf color RGB value is (85,26,191).

#551abf hex color red value is 85, green value is 26 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #551abf hue: 0.73 , saturation: 0.76 and the lightness value of 551abf is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00011010 10111111
Octal 125 32 277
Decimal 85 26 191
Hex 55 1A BF

RGB Percentages of Color #551abf

%28.15
%8.61
%63.25

CMYK Percentages of Color #551abf

%55
%86
%0
%25

Triadic Colors of #551abf

#551abf #bf551a #1abf55

Analogous Colors of #551abf

#551abf #a81abf #1a32bf

Monochromatic Colors of #551abf

#551abf

Complementary Color

#551abf #84bf1a

#551abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#551abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#551abf Color CSS Codes

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

#551abf Text Font Color

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

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


#551abf Background Color

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

This div background color is #551abf


#551abf Border Color

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

This div border color is #551abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #551abf


Comments

No comments written yet.

Please login to write comment.