Color Hex Logo

#55327e Color Hex

#55327E
(85,50,126)
1 Favorites   0 Comments

Color spaces of #55327e

RGB 8550126
HSL0.740.430.35
HSV268°60°49°
CMYK 0.330.600.00   0.51
XYZ8.65285.718920.3865
Yxy5.71890.24890.1645
Hunter Lab23.914222.7361-33.8038
CIE-Lab28.691932.2901-37.3621

#55327e color RGB value is (85,50,126).

#55327e hex color red value is 85, green value is 50 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #55327e hue: 0.74 , saturation: 0.43 and the lightness value of 55327e is 0.35.

The process color (four color CMYK) of #55327e color hex is 0.33, 0.60, 0.00, 0.51. Web safe color of #55327e is #663366. Color #55327e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00110010 01111110
Octal 125 62 176
Decimal 85 50 126
Hex 55 32 7E

RGB Percentages of Color #55327e

%32.57
%19.16
%48.28

CMYK Percentages of Color #55327e

%33
%60
%0
%51

Triadic Colors of #55327e

#55327e #7e5532 #327e55

Analogous Colors of #55327e

#55327e #7b327e #32357e

Monochromatic Colors of #55327e

#55327e

Complementary Color

#55327e #5b7e32

#55327e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55327e Color Preview on White Background

Lorem ipsum dolor sit amet.

#55327e Color CSS Codes

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

#55327e Text Font Color

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

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


#55327e Background Color

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

This div background color is #55327e


#55327e Border Color

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

This div border color is #55327e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,50,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55327e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55327e;
  -webkit-box-shadow: 1px 1px 3px 2px #55327e;
  box-shadow:         1px 1px 3px 2px #55327e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55327e


Comments

No comments written yet.

Please login to write comment.