Color Hex Logo

#551cce Color Hex

#551CCE
(85,28,206)
0 Favorites   0 Comments

Color spaces of #551cce

RGB 8528206
HSL0.720.760.46
HSV259°86°81°
CMYK 0.590.860.00   0.19
XYZ15.30217.218058.9792
Yxy7.21800.18780.0886
Hunter Lab26.866354.6511-111.3519
CIE-Lab32.298163.8217-79.7606

#551cce color RGB value is (85,28,206).

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

The process color (four color CMYK) of #551cce color hex is 0.59, 0.86, 0.00, 0.19. Web safe color of #551cce is #6633cc. Color #551cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00011100 11001110
Octal 125 34 316
Decimal 85 28 206
Hex 55 1C CE

RGB Percentages of Color #551cce

%26.65
%8.78
%64.58

CMYK Percentages of Color #551cce

%59
%86
%0
%19

Triadic Colors of #551cce

#551cce #ce551c #1cce55

Analogous Colors of #551cce

#551cce #ae1cce #1c3cce

Monochromatic Colors of #551cce

#551cce

Complementary Color

#551cce #95ce1c

#551cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#551cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#551cce Color CSS Codes

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

#551cce Text Font Color

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

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


#551cce Background Color

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

This div background color is #551cce


#551cce Border Color

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

This div border color is #551cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #551cce


Comments

No comments written yet.

Please login to write comment.