Color Hex Logo

#55368e Color Hex

#55368E
(85,54,142)
0 Favorites   0 Comments

Color spaces of #55368e

RGB 8554142
HSL0.730.450.38
HSV261°62°56°
CMYK 0.400.620.00   0.44
XYZ9.94806.522626.3259
Yxy6.52260.23240.1524
Hunter Lab25.539424.8347-43.2383
CIE-Lab30.694434.3638-44.0885

#55368e color RGB value is (85,54,142).

#55368e hex color red value is 85, green value is 54 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #55368e hue: 0.73 , saturation: 0.45 and the lightness value of 55368e is 0.38.

The process color (four color CMYK) of #55368e color hex is 0.40, 0.62, 0.00, 0.44. Web safe color of #55368e is #663399. Color #55368e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00110110 10001110
Octal 125 66 216
Decimal 85 54 142
Hex 55 36 8E

RGB Percentages of Color #55368e

%30.25
%19.22
%50.53

CMYK Percentages of Color #55368e

%40
%62
%0
%44

Triadic Colors of #55368e

#55368e #8e5536 #368e55

Analogous Colors of #55368e

#55368e #81368e #36438e

Monochromatic Colors of #55368e

#55368e

Complementary Color

#55368e #6f8e36

#55368e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55368e Color Preview on White Background

Lorem ipsum dolor sit amet.

#55368e Color CSS Codes

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

#55368e Text Font Color

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

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


#55368e Background Color

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

This div background color is #55368e


#55368e Border Color

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

This div border color is #55368e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55368e


Comments

No comments written yet.

Please login to write comment.