Color Hex Logo

#551bbc Color Hex

#551BBC
(85,27,188)
0 Favorites   0 Comments

Color spaces of #551bbc

RGB 8527188
HSL0.730.750.42
HSV262°86°74°
CMYK 0.550.860.00   0.26
XYZ13.21536.346048.1053
Yxy6.34600.19530.0938
Hunter Lab25.191349.5561-95.5864
CIE-Lab30.269159.5938-72.5517

#551bbc color RGB value is (85,27,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00011011 10111100
Octal 125 33 274
Decimal 85 27 188
Hex 55 1B BC

RGB Percentages of Color #551bbc

%28.33
%9.00
%62.67

CMYK Percentages of Color #551bbc

%55
%86
%0
%26

Triadic Colors of #551bbc

#551bbc #bc551b #1bbc55

Analogous Colors of #551bbc

#551bbc #a61bbc #1b32bc

Monochromatic Colors of #551bbc

#551bbc

Complementary Color

#551bbc #82bc1b

#551bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#551bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#551bbc Color CSS Codes

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

#551bbc Text Font Color

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

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


#551bbc Background Color

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

This div background color is #551bbc


#551bbc Border Color

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

This div border color is #551bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #551bbc


Comments

No comments written yet.

Please login to write comment.