Color Hex Logo

#55196b Color Hex

#55196B
(85,25,107)
0 Favorites   0 Comments

Color spaces of #55196b

RGB 8525107
HSL0.790.620.26
HSV284°77°42°
CMYK 0.210.770.00   0.58
XYZ6.74783.688114.2661
Yxy3.68810.27320.1493
Hunter Lab19.204429.1112-30.6008
CIE-Lab22.612340.6031-35.0079

#55196b color RGB value is (85,25,107).

#55196b hex color red value is 85, green value is 25 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #55196b hue: 0.79 , saturation: 0.62 and the lightness value of 55196b is 0.26.

The process color (four color CMYK) of #55196b color hex is 0.21, 0.77, 0.00, 0.58. Web safe color of #55196b is #660066. Color #55196b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00011001 01101011
Octal 125 31 153
Decimal 85 25 107
Hex 55 19 6B

RGB Percentages of Color #55196b

%39.17
%11.52
%49.31

CMYK Percentages of Color #55196b

%21
%77
%0
%58

Triadic Colors of #55196b

#55196b #6b5519 #196b55

Analogous Colors of #55196b

#55196b #6b1958 #2c196b

Monochromatic Colors of #55196b

#55196b

Complementary Color

#55196b #2f6b19

#55196b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55196b Color Preview on White Background

Lorem ipsum dolor sit amet.

#55196b Color CSS Codes

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

#55196b Text Font Color

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

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


#55196b Background Color

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

This div background color is #55196b


#55196b Border Color

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

This div border color is #55196b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55196b


Comments

No comments written yet.

Please login to write comment.