Color Hex Logo

#552485 Color Hex

#552485
(85,36,133)
0 Favorites   0 Comments

Color spaces of #552485

RGB 8536133
HSL0.750.570.33
HSV270°73°52°
CMYK 0.360.730.00   0.48
XYZ8.61084.886522.6796
Yxy4.88650.23800.1351
Hunter Lab22.105430.8472-45.3562
CIE-Lab26.408941.7660-45.4367

#552485 color RGB value is (85,36,133).

#552485 hex color red value is 85, green value is 36 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #552485 hue: 0.75 , saturation: 0.57 and the lightness value of 552485 is 0.33.

The process color (four color CMYK) of #552485 color hex is 0.36, 0.73, 0.00, 0.48. Web safe color of #552485 is #663399. Color #552485 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100100 10000101
Octal 125 44 205
Decimal 85 36 133
Hex 55 24 85

RGB Percentages of Color #552485

%33.46
%14.17
%52.36

CMYK Percentages of Color #552485

%36
%73
%0
%48

Triadic Colors of #552485

#552485 #855524 #248555

Analogous Colors of #552485

#552485 #852485 #252485

Monochromatic Colors of #552485

#552485

Complementary Color

#552485 #548524

#552485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#552485 Color CSS Codes

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

#552485 Text Font Color

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

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


#552485 Background Color

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

This div background color is #552485


#552485 Border Color

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

This div border color is #552485


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552485


Comments

No comments written yet.

Please login to write comment.