Color Hex Logo

#55359a Color Hex

#55359A
(85,53,154)
0 Favorites   0 Comments

Color spaces of #55359a

RGB 8553154
HSL0.720.490.41
HSV259°66°60°
CMYK 0.450.660.00   0.40
XYZ10.85226.810631.3145
Yxy6.81060.22160.1391
Hunter Lab26.097128.5573-52.8754
CIE-Lab31.371838.3772-50.3401

#55359a color RGB value is (85,53,154).

#55359a hex color red value is 85, green value is 53 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #55359a hue: 0.72 , saturation: 0.49 and the lightness value of 55359a is 0.41.

The process color (four color CMYK) of #55359a color hex is 0.45, 0.66, 0.00, 0.40. Web safe color of #55359a is #663399. Color #55359a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00110101 10011010
Octal 125 65 232
Decimal 85 53 154
Hex 55 35 9A

RGB Percentages of Color #55359a

%29.11
%18.15
%52.74

CMYK Percentages of Color #55359a

%45
%66
%0
%40

Triadic Colors of #55359a

#55359a #9a5535 #359a55

Analogous Colors of #55359a

#55359a #88359a #35489a

Monochromatic Colors of #55359a

#55359a

Complementary Color

#55359a #7a9a35

#55359a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55359a Color Preview on White Background

Lorem ipsum dolor sit amet.

#55359a Color CSS Codes

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

#55359a Text Font Color

<p style="color:#55359a">Text here</p>

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


#55359a Background Color

<div style="background-color:#55359a">
Div content here</div>

This div background color is #55359a


#55359a Border Color

<div style="border:3px solid #55359a">
Div here</div>

This div border color is #55359a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,53,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55359a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55359a;
  -webkit-box-shadow: 1px 1px 3px 2px #55359a;
  box-shadow:         1px 1px 3px 2px #55359a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55359a


Comments

No comments written yet.

Please login to write comment.