Color Hex Logo

#55095e Color Hex

#55095E
(85,9,94)
0 Favorites   0 Comments

Color spaces of #55095e

RGB 85994
HSL0.820.830.20
HSV294°90°37°
CMYK 0.100.900.00   0.63
XYZ5.86442.934810.8471
Yxy2.93480.29850.1494
Hunter Lab17.131331.1247-25.5491
CIE-Lab19.780943.3470-31.0234

#55095e color RGB value is (85,9,94).

#55095e hex color red value is 85, green value is 9 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #55095e hue: 0.82 , saturation: 0.83 and the lightness value of 55095e is 0.20.

The process color (four color CMYK) of #55095e color hex is 0.10, 0.90, 0.00, 0.63. Web safe color of #55095e is #660066. Color #55095e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00001001 01011110
Octal 125 11 136
Decimal 85 9 94
Hex 55 9 5E

RGB Percentages of Color #55095e

%45.21
%4.79
%50.00

CMYK Percentages of Color #55095e

%10
%90
%0
%63

Triadic Colors of #55095e

#55095e #5e5509 #095e55

Analogous Colors of #55095e

#55095e #5e093d #2b095e

Monochromatic Colors of #55095e

#55095e

Complementary Color

#55095e #125e09

#55095e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55095e Color Preview on White Background

Lorem ipsum dolor sit amet.

#55095e Color CSS Codes

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

#55095e Text Font Color

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

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


#55095e Background Color

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

This div background color is #55095e


#55095e Border Color

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

This div border color is #55095e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55095e

#55095e Color Palettes


Comments

No comments written yet.

Please login to write comment.