Color Hex Logo

#553ccb Color Hex

#553CCB
(85,60,203)
0 Favorites   0 Comments

Color spaces of #553ccb

RGB 8560203
HSL0.700.580.52
HSV250°70°80°
CMYK 0.580.700.00   0.20
XYZ16.14179.474857.4780
Yxy9.47480.19430.1140
Hunter Lab30.781239.7387-89.1660
CIE-Lab36.882848.9466-70.4609

#553ccb color RGB value is (85,60,203).

#553ccb hex color red value is 85, green value is 60 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #553ccb hue: 0.70 , saturation: 0.58 and the lightness value of 553ccb is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111100 11001011
Octal 125 74 313
Decimal 85 60 203
Hex 55 3C CB

RGB Percentages of Color #553ccb

%24.43
%17.24
%58.33

CMYK Percentages of Color #553ccb

%58
%70
%0
%20

Triadic Colors of #553ccb

#553ccb #cb553c #3ccb55

Analogous Colors of #553ccb

#553ccb #9d3ccb #3c6bcb

Monochromatic Colors of #553ccb

#553ccb

Complementary Color

#553ccb #b2cb3c

#553ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#553ccb Color CSS Codes

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

#553ccb Text Font Color

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

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


#553ccb Background Color

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

This div background color is #553ccb


#553ccb Border Color

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

This div border color is #553ccb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,60,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 #553ccb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553ccb


Comments

No comments written yet.

Please login to write comment.