Color Hex Logo

#552abd Color Hex

#552ABD
(85,42,189)
0 Favorites   0 Comments

Color spaces of #552abd

RGB 8542189
HSL0.720.640.45
HSV258°78°74°
CMYK 0.550.780.00   0.26
XYZ13.75967.261348.8205
Yxy7.26130.19700.1040
Hunter Lab26.946843.9889-88.5551
CIE-Lab32.394553.9411-69.6385

#552abd color RGB value is (85,42,189).

#552abd hex color red value is 85, green value is 42 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #552abd hue: 0.72 , saturation: 0.64 and the lightness value of 552abd is 0.45.

The process color (four color CMYK) of #552abd color hex is 0.55, 0.78, 0.00, 0.26. Web safe color of #552abd is #6633cc. Color #552abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00101010 10111101
Octal 125 52 275
Decimal 85 42 189
Hex 55 2A BD

RGB Percentages of Color #552abd

%26.90
%13.29
%59.81

CMYK Percentages of Color #552abd

%55
%78
%0
%26

Triadic Colors of #552abd

#552abd #bd552a #2abd55

Analogous Colors of #552abd

#552abd #9f2abd #2a49bd

Monochromatic Colors of #552abd

#552abd

Complementary Color

#552abd #92bd2a

#552abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#552abd Color CSS Codes

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

#552abd Text Font Color

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

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


#552abd Background Color

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

This div background color is #552abd


#552abd Border Color

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

This div border color is #552abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552abd


Comments

No comments written yet.

Please login to write comment.