Color Hex Logo

#55259d Color Hex

#55259D
(85,37,157)
0 Favorites   0 Comments

Color spaces of #55259d

RGB 8537157
HSL0.730.620.38
HSV264°76°62°
CMYK 0.460.760.00   0.38
XYZ10.49375.688832.4432
Yxy5.68880.21580.1170
Hunter Lab23.851236.7942-63.9524
CIE-Lab28.613447.5660-56.6634

#55259d color RGB value is (85,37,157).

#55259d hex color red value is 85, green value is 37 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #55259d hue: 0.73 , saturation: 0.62 and the lightness value of 55259d is 0.38.

The process color (four color CMYK) of #55259d color hex is 0.46, 0.76, 0.00, 0.38. Web safe color of #55259d is #663399. Color #55259d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100101 10011101
Octal 125 45 235
Decimal 85 37 157
Hex 55 25 9D

RGB Percentages of Color #55259d

%30.47
%13.26
%56.27

CMYK Percentages of Color #55259d

%46
%76
%0
%38

Triadic Colors of #55259d

#55259d #9d5525 #259d55

Analogous Colors of #55259d

#55259d #91259d #25319d

Monochromatic Colors of #55259d

#55259d

Complementary Color

#55259d #6d9d25

#55259d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55259d Color Preview on White Background

Lorem ipsum dolor sit amet.

#55259d Color CSS Codes

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

#55259d Text Font Color

<p style="color:#55259d">Text here</p>

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


#55259d Background Color

<div style="background-color:#55259d">
Div content here</div>

This div background color is #55259d


#55259d Border Color

<div style="border:3px solid #55259d">
Div here</div>

This div border color is #55259d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,37,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55259d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55259d;
  -webkit-box-shadow: 1px 1px 3px 2px #55259d;
  box-shadow:         1px 1px 3px 2px #55259d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55259d


Comments

No comments written yet.

Please login to write comment.