Color Hex Logo

#550c6d Color Hex

#550C6D
(85,12,109)
0 Favorites   0 Comments

Color spaces of #550c6d

RGB 8512109
HSL0.790.800.24
HSV285°89°43°
CMYK 0.220.890.00   0.57
XYZ6.63813.298414.7548
Yxy3.29840.26880.1336
Hunter Lab18.161533.4598-35.4555
CIE-Lab21.201445.5565-38.5874

#550c6d color RGB value is (85,12,109).

#550c6d hex color red value is 85, green value is 12 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #550c6d hue: 0.79 , saturation: 0.80 and the lightness value of 550c6d is 0.24.

The process color (four color CMYK) of #550c6d color hex is 0.22, 0.89, 0.00, 0.57. Web safe color of #550c6d is #660066. Color #550c6d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00001100 01101101
Octal 125 14 155
Decimal 85 12 109
Hex 55 C 6D

RGB Percentages of Color #550c6d

%41.26
%5.83
%52.91

CMYK Percentages of Color #550c6d

%22
%89
%0
%57

Triadic Colors of #550c6d

#550c6d #6d550c #0c6d55

Analogous Colors of #550c6d

#550c6d #6d0c54 #250c6d

Monochromatic Colors of #550c6d

#550c6d

Complementary Color

#550c6d #246d0c

#550c6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550c6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#550c6d Color CSS Codes

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

#550c6d Text Font Color

<p style="color:#550c6d">Text here</p>

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


#550c6d Background Color

<div style="background-color:#550c6d">
Div content here</div>

This div background color is #550c6d


#550c6d Border Color

<div style="border:3px solid #550c6d">
Div here</div>

This div border color is #550c6d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,12,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #550c6d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #550c6d;
  -webkit-box-shadow: 1px 1px 3px 2px #550c6d;
  box-shadow:         1px 1px 3px 2px #550c6d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550c6d


Comments

No comments written yet.

Please login to write comment.