Color Hex Logo

#550c8d Color Hex

#550C8D
(85,12,141)
0 Favorites   0 Comments

Color spaces of #550c8d

RGB 8512141
HSL0.760.840.30
HSV274°91°55°
CMYK 0.400.910.00   0.45
XYZ8.68554.117325.5362
Yxy4.11730.22650.1074
Hunter Lab20.291140.8964-60.4121
CIE-Lab24.055552.5576-54.2764

#550c8d color RGB value is (85,12,141).

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

The process color (four color CMYK) of #550c8d color hex is 0.40, 0.91, 0.00, 0.45. Web safe color of #550c8d is #660099. Color #550c8d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00001100 10001101
Octal 125 14 215
Decimal 85 12 141
Hex 55 C 8D

RGB Percentages of Color #550c8d

%35.71
%5.04
%59.24

CMYK Percentages of Color #550c8d

%40
%91
%0
%45

Triadic Colors of #550c8d

#550c8d #8d550c #0c8d55

Analogous Colors of #550c8d

#550c8d #8d0c85 #150c8d

Monochromatic Colors of #550c8d

#550c8d

Complementary Color

#550c8d #448d0c

#550c8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550c8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#550c8d Color CSS Codes

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

#550c8d Text Font Color

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

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


#550c8d Background Color

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

This div background color is #550c8d


#550c8d Border Color

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

This div border color is #550c8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550c8d


Comments

No comments written yet.

Please login to write comment.