Color Hex Logo

#550148 Color Hex

#550148
(85,1,72)
0 Favorites   0 Comments

Color spaces of #550148

RGB 85172
HSL0.860.980.17
HSV309°99°33°
CMYK 0.000.990.15   0.67
XYZ4.92692.42096.3385
Yxy2.42090.36000.1769
Hunter Lab15.559229.2941-13.2620
CIE-Lab17.557041.7873-19.6556

#550148 color RGB value is (85,1,72).

#550148 hex color red value is 85, green value is 1 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #550148 hue: 0.86 , saturation: 0.98 and the lightness value of 550148 is 0.17.

The process color (four color CMYK) of #550148 color hex is 0.00, 0.99, 0.15, 0.67. Web safe color of #550148 is #660033. Color #550148 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00000001 01001000
Octal 125 1 110
Decimal 85 1 72
Hex 55 1 48

RGB Percentages of Color #550148

%53.80
%0.63
%45.57

CMYK Percentages of Color #550148

%0
%99
%15
%67

Triadic Colors of #550148

#550148 #485501 #014855

Analogous Colors of #550148

#550148 #55011e #380155

Monochromatic Colors of #550148

#550148

Complementary Color

#550148 #01550e

#550148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#550148 Color CSS Codes

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

#550148 Text Font Color

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

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


#550148 Background Color

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

This div background color is #550148


#550148 Border Color

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

This div border color is #550148


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550148


Comments

No comments written yet.

Please login to write comment.