Color Hex Logo

#553ccc Color Hex

#553CCC
(85,60,204)
0 Favorites   0 Comments

Color spaces of #553ccc

RGB 8560204
HSL0.700.590.52
HSV250°71°80°
CMYK 0.580.710.00   0.20
XYZ16.26139.522658.1077
Yxy9.52260.19380.1135
Hunter Lab30.858740.0596-90.0434
CIE-Lab36.971649.2461-70.8959

#553ccc color RGB value is (85,60,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111100 11001100
Octal 125 74 314
Decimal 85 60 204
Hex 55 3C CC

RGB Percentages of Color #553ccc

%24.36
%17.19
%58.45

CMYK Percentages of Color #553ccc

%58
%71
%0
%20

Triadic Colors of #553ccc

#553ccc #cc553c #3ccc55

Analogous Colors of #553ccc

#553ccc #9d3ccc #3c6bcc

Monochromatic Colors of #553ccc

#553ccc

Complementary Color

#553ccc #b3cc3c

#553ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#553ccc Color CSS Codes

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

#553ccc Text Font Color

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

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


#553ccc Background Color

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

This div background color is #553ccc


#553ccc Border Color

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

This div border color is #553ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553ccc


Comments

No comments written yet.

Please login to write comment.