Color Hex Logo

#550c8a Color Hex

#550C8A
(85,12,138)
0 Favorites   0 Comments

Color spaces of #550c8a

RGB 8512138
HSL0.760.840.29
HSV275°91°54°
CMYK 0.380.910.00   0.46
XYZ8.46524.029224.3763
Yxy4.02920.22960.1093
Hunter Lab20.072940.1501-57.9502
CIE-Lab23.767751.8775-52.8761

#550c8a color RGB value is (85,12,138).

#550c8a hex color red value is 85, green value is 12 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #550c8a hue: 0.76 , saturation: 0.84 and the lightness value of 550c8a is 0.29.

The process color (four color CMYK) of #550c8a color hex is 0.38, 0.91, 0.00, 0.46. Web safe color of #550c8a is #660099. Color #550c8a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00001100 10001010
Octal 125 14 212
Decimal 85 12 138
Hex 55 C 8A

RGB Percentages of Color #550c8a

%36.17
%5.11
%58.72

CMYK Percentages of Color #550c8a

%38
%91
%0
%46

Triadic Colors of #550c8a

#550c8a #8a550c #0c8a55

Analogous Colors of #550c8a

#550c8a #8a0c80 #160c8a

Monochromatic Colors of #550c8a

#550c8a

Complementary Color

#550c8a #418a0c

#550c8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550c8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#550c8a Color CSS Codes

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

#550c8a Text Font Color

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

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


#550c8a Background Color

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

This div background color is #550c8a


#550c8a Border Color

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

This div border color is #550c8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550c8a


Comments

No comments written yet.

Please login to write comment.