Color Hex Logo

#55094d Color Hex

#55094D
(85,9,77)
0 Favorites   0 Comments

Color spaces of #55094d

RGB 85977
HSL0.850.810.18
HSV306°89°33°
CMYK 0.000.890.09   0.67
XYZ5.18362.66257.2619
Yxy2.66250.34310.1762
Hunter Lab16.317228.1504-14.9648
CIE-Lab18.638140.3105-21.3864

#55094d color RGB value is (85,9,77).

#55094d hex color red value is 85, green value is 9 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #55094d hue: 0.85 , saturation: 0.81 and the lightness value of 55094d is 0.18.

The process color (four color CMYK) of #55094d color hex is 0.00, 0.89, 0.09, 0.67. Web safe color of #55094d is #660066. Color #55094d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00001001 01001101
Octal 125 11 115
Decimal 85 9 77
Hex 55 9 4D

RGB Percentages of Color #55094d

%49.71
%5.26
%45.03

CMYK Percentages of Color #55094d

%0
%89
%9
%67

Triadic Colors of #55094d

#55094d #4d5509 #094d55

Analogous Colors of #55094d

#55094d #550927 #370955

Monochromatic Colors of #55094d

#55094d

Complementary Color

#55094d #095511

#55094d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55094d Color Preview on White Background

Lorem ipsum dolor sit amet.

#55094d Color CSS Codes

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

#55094d Text Font Color

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

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


#55094d Background Color

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

This div background color is #55094d


#55094d Border Color

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

This div border color is #55094d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55094d


Comments

No comments written yet.

Please login to write comment.