Color Hex Logo

#551ccb Color Hex

#551CCB
(85,28,203)
0 Favorites   0 Comments

Color spaces of #551ccb

RGB 8528203
HSL0.720.760.45
HSV260°86°80°
CMYK 0.580.860.00   0.20
XYZ14.94117.073657.0778
Yxy7.07360.18890.0894
Hunter Lab26.596253.7334-108.6240
CIE-Lab31.973963.0633-78.5485

#551ccb color RGB value is (85,28,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00011100 11001011
Octal 125 34 313
Decimal 85 28 203
Hex 55 1C CB

RGB Percentages of Color #551ccb

%26.90
%8.86
%64.24

CMYK Percentages of Color #551ccb

%58
%86
%0
%20

Triadic Colors of #551ccb

#551ccb #cb551c #1ccb55

Analogous Colors of #551ccb

#551ccb #ad1ccb #1c3acb

Monochromatic Colors of #551ccb

#551ccb

Complementary Color

#551ccb #92cb1c

#551ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#551ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#551ccb Color CSS Codes

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

#551ccb Text Font Color

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

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


#551ccb Background Color

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

This div background color is #551ccb


#551ccb Border Color

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

This div border color is #551ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #551ccb


Comments

No comments written yet.

Please login to write comment.