Color Hex Logo

#551be1 Color Hex

#551BE1
(85,27,225)
0 Favorites   0 Comments

Color spaces of #551be1

RGB 8527225
HSL0.720.790.49
HSV258°88°88°
CMYK 0.620.880.00   0.12
XYZ17.72898.151471.8731
Yxy8.15140.18140.0834
Hunter Lab28.550760.8782-129.2705
CIE-Lab34.296268.8890-87.4225

#551be1 color RGB value is (85,27,225).

#551be1 hex color red value is 85, green value is 27 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #551be1 hue: 0.72 , saturation: 0.79 and the lightness value of 551be1 is 0.49.

The process color (four color CMYK) of #551be1 color hex is 0.62, 0.88, 0.00, 0.12. Web safe color of #551be1 is #6633cc. Color #551be1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00011011 11100001
Octal 125 33 341
Decimal 85 27 225
Hex 55 1B E1

RGB Percentages of Color #551be1

%25.22
%8.01
%66.77

CMYK Percentages of Color #551be1

%62
%88
%0
%12

Triadic Colors of #551be1

#551be1 #e1551b #1be155

Analogous Colors of #551be1

#551be1 #b81be1 #1b44e1

Monochromatic Colors of #551be1

#551be1

Complementary Color

#551be1 #a7e11b

#551be1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#551be1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#551be1 Color CSS Codes

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

#551be1 Text Font Color

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

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


#551be1 Background Color

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

This div background color is #551be1


#551be1 Border Color

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

This div border color is #551be1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #551be1


Comments

No comments written yet.

Please login to write comment.