Color Hex Logo

#550138 Color Hex

#550138
(85,1,56)
0 Favorites   0 Comments

Color spaces of #550138

RGB 85156
HSL0.890.980.17
HSV321°99°33°
CMYK 0.000.990.34   0.67
XYZ4.47102.23853.9378
Yxy2.23850.41990.2102
Hunter Lab14.961627.1586-5.1316
CIE-Lab16.692239.5778-9.7737

#550138 color RGB value is (85,1,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00000001 00111000
Octal 125 1 70
Decimal 85 1 56
Hex 55 1 38

RGB Percentages of Color #550138

%59.86
%0.70
%39.44

CMYK Percentages of Color #550138

%0
%99
%34
%67

Triadic Colors of #550138

#550138 #385501 #013855

Analogous Colors of #550138

#550138 #55010e #480155

Monochromatic Colors of #550138

#550138

Complementary Color

#550138 #01551e

#550138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#550138 Color CSS Codes

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

#550138 Text Font Color

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

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


#550138 Background Color

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

This div background color is #550138


#550138 Border Color

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

This div border color is #550138


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550138


Comments

No comments written yet.

Please login to write comment.