Color Hex Logo

#55305b Color Hex

#55305B
(85,48,91)
0 Favorites   0 Comments

Color spaces of #55305b

RGB 854891
HSL0.810.310.27
HSV292°47°36°
CMYK 0.070.470.00   0.64
XYZ6.69164.800510.4714
Yxy4.80050.30470.2186
Hunter Lab21.910016.1735-12.9993
CIE-Lab26.158724.7406-18.9442

#55305b color RGB value is (85,48,91).

#55305b hex color red value is 85, green value is 48 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #55305b hue: 0.81 , saturation: 0.31 and the lightness value of 55305b is 0.27.

The process color (four color CMYK) of #55305b color hex is 0.07, 0.47, 0.00, 0.64. Web safe color of #55305b is #663366. Color #55305b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00110000 01011011
Octal 125 60 133
Decimal 85 48 91
Hex 55 30 5B

RGB Percentages of Color #55305b

%37.95
%21.43
%40.63

CMYK Percentages of Color #55305b

%7
%47
%0
%64

Triadic Colors of #55305b

#55305b #5b5530 #305b55

Analogous Colors of #55305b

#55305b #5b304c #40305b

Monochromatic Colors of #55305b

#55305b

Complementary Color

#55305b #365b30

#55305b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55305b Color Preview on White Background

Lorem ipsum dolor sit amet.

#55305b Color CSS Codes

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

#55305b Text Font Color

<p style="color:#55305b">Text here</p>

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


#55305b Background Color

<div style="background-color:#55305b">
Div content here</div>

This div background color is #55305b


#55305b Border Color

<div style="border:3px solid #55305b">
Div here</div>

This div border color is #55305b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,48,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55305b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55305b;
  -webkit-box-shadow: 1px 1px 3px 2px #55305b;
  box-shadow:         1px 1px 3px 2px #55305b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55305b


Comments

No comments written yet.

Please login to write comment.