Color Hex Logo

#55288f Color Hex

#55288F
(85,40,143)
0 Favorites   0 Comments

Color spaces of #55288f

RGB 8540143
HSL0.740.560.36
HSV266°72°56°
CMYK 0.410.720.00   0.44
XYZ9.46305.432026.5363
Yxy5.43200.22840.1311
Hunter Lab23.306731.6882-51.1913
CIE-Lab27.931742.3788-49.1828

#55288f color RGB value is (85,40,143).

#55288f hex color red value is 85, green value is 40 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #55288f hue: 0.74 , saturation: 0.56 and the lightness value of 55288f is 0.36.

The process color (four color CMYK) of #55288f color hex is 0.41, 0.72, 0.00, 0.44. Web safe color of #55288f is #663399. Color #55288f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00101000 10001111
Octal 125 50 217
Decimal 85 40 143
Hex 55 28 8F

RGB Percentages of Color #55288f

%31.72
%14.93
%53.36

CMYK Percentages of Color #55288f

%41
%72
%0
%44

Triadic Colors of #55288f

#55288f #8f5528 #288f55

Analogous Colors of #55288f

#55288f #89288f #282f8f

Monochromatic Colors of #55288f

#55288f

Complementary Color

#55288f #628f28

#55288f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55288f Color Preview on White Background

Lorem ipsum dolor sit amet.

#55288f Color CSS Codes

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

#55288f Text Font Color

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

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


#55288f Background Color

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

This div background color is #55288f


#55288f Border Color

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

This div border color is #55288f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,40,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55288f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55288f;
  -webkit-box-shadow: 1px 1px 3px 2px #55288f;
  box-shadow:         1px 1px 3px 2px #55288f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55288f


Comments

No comments written yet.

Please login to write comment.