Color Hex Logo

#552ecc Color Hex

#552ECC
(85,46,204)
0 Favorites   0 Comments

Color spaces of #552ecc

RGB 8546204
HSL0.710.630.49
HSV255°77°80°
CMYK 0.580.770.00   0.20
XYZ15.62248.244957.8948
Yxy8.24490.19110.1008
Hunter Lab28.713946.8672-99.4444
CIE-Lab34.487856.2682-74.9800

#552ecc color RGB value is (85,46,204).

#552ecc hex color red value is 85, green value is 46 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #552ecc hue: 0.71 , saturation: 0.63 and the lightness value of 552ecc is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00101110 11001100
Octal 125 56 314
Decimal 85 46 204
Hex 55 2E CC

RGB Percentages of Color #552ecc

%25.37
%13.73
%60.90

CMYK Percentages of Color #552ecc

%58
%77
%0
%20

Triadic Colors of #552ecc

#552ecc #cc552e #2ecc55

Analogous Colors of #552ecc

#552ecc #a42ecc #2e56cc

Monochromatic Colors of #552ecc

#552ecc

Complementary Color

#552ecc #a5cc2e

#552ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#552ecc Color CSS Codes

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

#552ecc Text Font Color

<p style="color:#552ecc">Text here</p>

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


#552ecc Background Color

<div style="background-color:#552ecc">
Div content here</div>

This div background color is #552ecc


#552ecc Border Color

<div style="border:3px solid #552ecc">
Div here</div>

This div border color is #552ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552ecc


Comments

No comments written yet.

Please login to write comment.