Color Hex Logo

#552070 Color Hex

#552070
(85,32,112)
0 Favorites   0 Comments

Color spaces of #552070

RGB 8532112
HSL0.780.560.28
HSV280°71°44°
CMYK 0.240.710.00   0.56
XYZ7.18754.134215.7484
Yxy4.13420.26550.1527
Hunter Lab20.332727.5164-31.6892
CIE-Lab24.110238.5491-35.8282

#552070 color RGB value is (85,32,112).

#552070 hex color red value is 85, green value is 32 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #552070 hue: 0.78 , saturation: 0.56 and the lightness value of 552070 is 0.28.

The process color (four color CMYK) of #552070 color hex is 0.24, 0.71, 0.00, 0.56. Web safe color of #552070 is #663366. Color #552070 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100000 01110000
Octal 125 40 160
Decimal 85 32 112
Hex 55 20 70

RGB Percentages of Color #552070

%37.12
%13.97
%48.91

CMYK Percentages of Color #552070

%24
%71
%0
%56

Triadic Colors of #552070

#552070 #705520 #207055

Analogous Colors of #552070

#552070 #702063 #2d2070

Monochromatic Colors of #552070

#552070

Complementary Color

#552070 #3b7020

#552070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#552070 Color CSS Codes

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

#552070 Text Font Color

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

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


#552070 Background Color

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

This div background color is #552070


#552070 Border Color

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

This div border color is #552070


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,32,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #552070; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #552070;
  -webkit-box-shadow: 1px 1px 3px 2px #552070;
  box-shadow:         1px 1px 3px 2px #552070; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552070


Comments

No comments written yet.

Please login to write comment.