Color Hex Logo

#550a62 Color Hex

#550A62
(85,10,98)
0 Favorites   0 Comments

Color spaces of #550a62

RGB 851098
HSL0.810.810.21
HSV291°90°38°
CMYK 0.130.900.00   0.62
XYZ6.05953.030211.8208
Yxy3.03020.28980.1449
Hunter Lab17.407531.6724-28.0765
CIE-Lab20.164443.8608-33.0572

#550a62 color RGB value is (85,10,98).

#550a62 hex color red value is 85, green value is 10 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #550a62 hue: 0.81 , saturation: 0.81 and the lightness value of 550a62 is 0.21.

The process color (four color CMYK) of #550a62 color hex is 0.13, 0.90, 0.00, 0.62. Web safe color of #550a62 is #660066. Color #550a62 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00001010 01100010
Octal 125 12 142
Decimal 85 10 98
Hex 55 A 62

RGB Percentages of Color #550a62

%44.04
%5.18
%50.78

CMYK Percentages of Color #550a62

%13
%90
%0
%62

Triadic Colors of #550a62

#550a62 #62550a #0a6255

Analogous Colors of #550a62

#550a62 #620a43 #290a62

Monochromatic Colors of #550a62

#550a62

Complementary Color

#550a62 #17620a

#550a62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550a62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#550a62 Color CSS Codes

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

#550a62 Text Font Color

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

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


#550a62 Background Color

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

This div background color is #550a62


#550a62 Border Color

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

This div border color is #550a62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550a62


Comments

No comments written yet.

Please login to write comment.