Color Hex Logo

#551eff Color Hex

#551EFF
(85,30,255)
0 Favorites   0 Comments

Color spaces of #551eff

RGB 8530255
HSL0.711.000.56
HSV255°88°100°
CMYK 0.670.880.00   0.00
XYZ22.260610.079895.3801
Yxy10.07980.17430.0789
Hunter Lab31.748769.5950-155.8961
CIE-Lab37.985375.5074-98.2870

#551eff color RGB value is (85,30,255).

#551eff hex color red value is 85, green value is 30 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #551eff hue: 0.71 , saturation: 1.00 and the lightness value of 551eff is 0.56.

The process color (four color CMYK) of #551eff color hex is 0.67, 0.88, 0.00, 0.00. Web safe color of #551eff is #6633ff. Color #551eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00011110 11111111
Octal 125 36 377
Decimal 85 30 255
Hex 55 1E FF

RGB Percentages of Color #551eff

%22.97
%8.11
%68.92

CMYK Percentages of Color #551eff

%67
%88
%0
%0

Triadic Colors of #551eff

#551eff #ff551e #1eff55

Analogous Colors of #551eff

#551eff #c61eff #1e57ff

Monochromatic Colors of #551eff

#551eff

Complementary Color

#551eff #c8ff1e

#551eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#551eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#551eff Color CSS Codes

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

#551eff Text Font Color

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

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


#551eff Background Color

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

This div background color is #551eff


#551eff Border Color

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

This div border color is #551eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #551eff

Related Colors


Comments

No comments written yet.

Please login to write comment.