Color Hex Logo

#550c54 Color Hex

#550C54
(85,12,84)
0 Favorites   0 Comments

Color spaces of #550c54

RGB 851284
HSL0.840.750.19
HSV301°86°33°
CMYK 0.000.860.01   0.67
XYZ5.47802.83438.6459
Yxy2.83430.32300.1671
Hunter Lab16.835428.6195-18.6639
CIE-Lab19.367740.6897-24.9846

#550c54 color RGB value is (85,12,84).

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

The process color (four color CMYK) of #550c54 color hex is 0.00, 0.86, 0.01, 0.67. Web safe color of #550c54 is #660066. Color #550c54 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00001100 01010100
Octal 125 14 124
Decimal 85 12 84
Hex 55 C 54

RGB Percentages of Color #550c54

%46.96
%6.63
%46.41

CMYK Percentages of Color #550c54

%0
%86
%1
%67

Triadic Colors of #550c54

#550c54 #54550c #0c5455

Analogous Colors of #550c54

#550c54 #550c30 #320c55

Monochromatic Colors of #550c54

#550c54

Complementary Color

#550c54 #0c550d

#550c54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550c54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#550c54 Color CSS Codes

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

#550c54 Text Font Color

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

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


#550c54 Background Color

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

This div background color is #550c54


#550c54 Border Color

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

This div border color is #550c54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550c54


Comments

No comments written yet.

Please login to write comment.