Color Hex Logo

#551cbe Color Hex

#551CBE
(85,28,190)
0 Favorites   0 Comments

Color spaces of #551cbe

RGB 8528190
HSL0.730.740.43
HSV261°85°75°
CMYK 0.550.850.00   0.25
XYZ13.45586.479549.2567
Yxy6.47950.19450.0936
Hunter Lab25.454949.8116-96.9113
CIE-Lab30.591359.7669-73.2019

#551cbe color RGB value is (85,28,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00011100 10111110
Octal 125 34 276
Decimal 85 28 190
Hex 55 1C BE

RGB Percentages of Color #551cbe

%28.05
%9.24
%62.71

CMYK Percentages of Color #551cbe

%55
%85
%0
%25

Triadic Colors of #551cbe

#551cbe #be551c #1cbe55

Analogous Colors of #551cbe

#551cbe #a61cbe #1c34be

Monochromatic Colors of #551cbe

#551cbe

Complementary Color

#551cbe #85be1c

#551cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#551cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#551cbe Color CSS Codes

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

#551cbe Text Font Color

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

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


#551cbe Background Color

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

This div background color is #551cbe


#551cbe Border Color

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

This div border color is #551cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #551cbe


Comments

No comments written yet.

Please login to write comment.