Color Hex Logo

#550126 Color Hex

#550126
(85,1,38)
0 Favorites   0 Comments

Color spaces of #550126

RGB 85138
HSL0.930.980.17
HSV334°99°33°
CMYK 0.000.990.55   0.67
XYZ4.10702.09292.0212
Yxy2.09290.49960.2546
Hunter Lab14.466925.35741.8433
CIE-Lab15.967437.66432.1605

#550126 color RGB value is (85,1,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00000001 00100110
Octal 125 1 46
Decimal 85 1 38
Hex 55 1 26

RGB Percentages of Color #550126

%68.55
%0.81
%30.65

CMYK Percentages of Color #550126

%0
%99
%55
%67

Triadic Colors of #550126

#550126 #265501 #012655

Analogous Colors of #550126

#550126 #550601 #550150

Monochromatic Colors of #550126

#550126

Complementary Color

#550126 #015530

#550126 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550126 Color Preview on White Background

Lorem ipsum dolor sit amet.

#550126 Color CSS Codes

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

#550126 Text Font Color

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

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


#550126 Background Color

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

This div background color is #550126


#550126 Border Color

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

This div border color is #550126


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550126


Comments

No comments written yet.

Please login to write comment.