Color Hex Logo

#55125b Color Hex

#55125B
(85,18,91)
0 Favorites   0 Comments

Color spaces of #55125b

RGB 851891
HSL0.820.670.21
HSV295°80°36°
CMYK 0.070.800.00   0.64
XYZ5.85093.119210.1912
Yxy3.11920.30530.1628
Hunter Lab17.661328.2271-21.8496
CIE-Lab20.515140.0305-27.8498

#55125b color RGB value is (85,18,91).

#55125b hex color red value is 85, green value is 18 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #55125b hue: 0.82 , saturation: 0.67 and the lightness value of 55125b is 0.21.

The process color (four color CMYK) of #55125b color hex is 0.07, 0.80, 0.00, 0.64. Web safe color of #55125b is #660066. Color #55125b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00010010 01011011
Octal 125 22 133
Decimal 85 18 91
Hex 55 12 5B

RGB Percentages of Color #55125b

%43.81
%9.28
%46.91

CMYK Percentages of Color #55125b

%7
%80
%0
%64

Triadic Colors of #55125b

#55125b #5b5512 #125b55

Analogous Colors of #55125b

#55125b #5b123d #31125b

Monochromatic Colors of #55125b

#55125b

Complementary Color

#55125b #185b12

#55125b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55125b Color Preview on White Background

Lorem ipsum dolor sit amet.

#55125b Color CSS Codes

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

#55125b Text Font Color

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

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


#55125b Background Color

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

This div background color is #55125b


#55125b Border Color

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

This div border color is #55125b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,18,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 #55125b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55125b


Comments

No comments written yet.

Please login to write comment.