Color Hex Logo

#551fbf Color Hex

#551FBF
(85,31,191)
0 Favorites   0 Comments

Color spaces of #551fbf

RGB 8531191
HSL0.720.720.44
HSV260°84°75°
CMYK 0.550.840.00   0.25
XYZ13.64036.672949.8593
Yxy6.67290.19440.0951
Hunter Lab25.832049.0492-96.3556
CIE-Lab31.050458.9740-73.0341

#551fbf color RGB value is (85,31,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00011111 10111111
Octal 125 37 277
Decimal 85 31 191
Hex 55 1F BF

RGB Percentages of Color #551fbf

%27.69
%10.10
%62.21

CMYK Percentages of Color #551fbf

%55
%84
%0
%25

Triadic Colors of #551fbf

#551fbf #bf551f #1fbf55

Analogous Colors of #551fbf

#551fbf #a51fbf #1f39bf

Monochromatic Colors of #551fbf

#551fbf

Complementary Color

#551fbf #89bf1f

#551fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#551fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#551fbf Color CSS Codes

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

#551fbf Text Font Color

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

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


#551fbf Background Color

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

This div background color is #551fbf


#551fbf Border Color

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

This div border color is #551fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #551fbf


Comments

No comments written yet.

Please login to write comment.