Color Hex Logo

#551cdf Color Hex

#551CDF
(85,28,223)
0 Favorites   0 Comments

Color spaces of #551cdf

RGB 8528223
HSL0.720.780.49
HSV258°87°87°
CMYK 0.620.870.00   0.13
XYZ17.48088.089570.4521
Yxy8.08950.18200.0842
Hunter Lab28.442059.9345-126.9543
CIE-Lab34.168668.1002-86.4872

#551cdf color RGB value is (85,28,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00011100 11011111
Octal 125 34 337
Decimal 85 28 223
Hex 55 1C DF

RGB Percentages of Color #551cdf

%25.30
%8.33
%66.37

CMYK Percentages of Color #551cdf

%62
%87
%0
%13

Triadic Colors of #551cdf

#551cdf #df551c #1cdf55

Analogous Colors of #551cdf

#551cdf #b71cdf #1c45df

Monochromatic Colors of #551cdf

#551cdf

Complementary Color

#551cdf #a6df1c

#551cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#551cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#551cdf Color CSS Codes

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

#551cdf Text Font Color

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

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


#551cdf Background Color

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

This div background color is #551cdf


#551cdf Border Color

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

This div border color is #551cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #551cdf


Comments

No comments written yet.

Please login to write comment.