Color Hex Logo

#55287f Color Hex

#55287F
(85,40,127)
0 Favorites   0 Comments

Color spaces of #55287f

RGB 8540127
HSL0.750.520.33
HSV271°69°50°
CMYK 0.330.690.00   0.50
XYZ8.33594.981220.6008
Yxy4.98120.24580.1469
Hunter Lab22.318627.6114-39.1036
CIE-Lab26.681138.1770-41.2284

#55287f color RGB value is (85,40,127).

#55287f hex color red value is 85, green value is 40 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #55287f hue: 0.75 , saturation: 0.52 and the lightness value of 55287f is 0.33.

The process color (four color CMYK) of #55287f color hex is 0.33, 0.69, 0.00, 0.50. Web safe color of #55287f is #663366. Color #55287f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00101000 01111111
Octal 125 50 177
Decimal 85 40 127
Hex 55 28 7F

RGB Percentages of Color #55287f

%33.73
%15.87
%50.40

CMYK Percentages of Color #55287f

%33
%69
%0
%50

Triadic Colors of #55287f

#55287f #7f5528 #287f55

Analogous Colors of #55287f

#55287f #7f287e #2a287f

Monochromatic Colors of #55287f

#55287f

Complementary Color

#55287f #527f28

#55287f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55287f Color Preview on White Background

Lorem ipsum dolor sit amet.

#55287f Color CSS Codes

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

#55287f Text Font Color

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

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


#55287f Background Color

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

This div background color is #55287f


#55287f Border Color

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

This div border color is #55287f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55287f


Comments

No comments written yet.

Please login to write comment.