Color Hex Logo

#551cde Color Hex

#551CDE
(85,28,222)
0 Favorites   0 Comments

Color spaces of #551cde

RGB 8528222
HSL0.720.780.49
HSV258°87°87°
CMYK 0.620.870.00   0.13
XYZ17.34648.035769.7440
Yxy8.03570.18240.0845
Hunter Lab28.347359.6206-126.0304
CIE-Lab34.057167.8501-86.0979

#551cde color RGB value is (85,28,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00011100 11011110
Octal 125 34 336
Decimal 85 28 222
Hex 55 1C DE

RGB Percentages of Color #551cde

%25.37
%8.36
%66.27

CMYK Percentages of Color #551cde

%62
%87
%0
%13

Triadic Colors of #551cde

#551cde #de551c #1cde55

Analogous Colors of #551cde

#551cde #b61cde #1c44de

Monochromatic Colors of #551cde

#551cde

Complementary Color

#551cde #a5de1c

#551cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#551cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#551cde Color CSS Codes

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

#551cde Text Font Color

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

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


#551cde Background Color

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

This div background color is #551cde


#551cde Border Color

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

This div border color is #551cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #551cde


Comments

No comments written yet.

Please login to write comment.