Color Hex Logo

#55017f Color Hex

#55017F
(85,1,127)
0 Favorites   0 Comments

Color spaces of #55017f

RGB 851127
HSL0.780.980.25
HSV280°99°50°
CMYK 0.330.990.00   0.50
XYZ7.58793.485320.3515
Yxy3.48530.24150.1109
Hunter Lab18.669039.8797-51.5652
CIE-Lab21.891251.9696-49.0220

#55017f color RGB value is (85,1,127).

#55017f hex color red value is 85, green value is 1 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #55017f hue: 0.78 , saturation: 0.98 and the lightness value of 55017f is 0.25.

The process color (four color CMYK) of #55017f color hex is 0.33, 0.99, 0.00, 0.50. Web safe color of #55017f is #660066. Color #55017f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00000001 01111111
Octal 125 1 177
Decimal 85 1 127
Hex 55 1 7F

RGB Percentages of Color #55017f

%39.91
%0.47
%59.62

CMYK Percentages of Color #55017f

%33
%99
%0
%50

Triadic Colors of #55017f

#55017f #7f5501 #017f55

Analogous Colors of #55017f

#55017f #7f016a #16017f

Monochromatic Colors of #55017f

#55017f

Complementary Color

#55017f #2b7f01

#55017f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55017f Color Preview on White Background

Lorem ipsum dolor sit amet.

#55017f Color CSS Codes

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

#55017f Text Font Color

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

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


#55017f Background Color

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

This div background color is #55017f


#55017f Border Color

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

This div border color is #55017f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,1,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 #55017f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55017f


Comments

No comments written yet.

Please login to write comment.