Color Hex Logo

#550115 Color Hex

#550115
(85,1,21)
0 Favorites   0 Comments

Color spaces of #550115

RGB 85121
HSL0.960.980.17
HSV346°99°33°
CMYK 0.000.990.75   0.67
XYZ3.89252.00710.8917
Yxy2.00710.57320.2955
Hunter Lab14.167224.25106.1853
CIE-Lab15.524536.464314.0119

#550115 color RGB value is (85,1,21).

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

The process color (four color CMYK) of #550115 color hex is 0.00, 0.99, 0.75, 0.67. Web safe color of #550115 is #660000. Color #550115 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00000001 00010101
Octal 125 1 25
Decimal 85 1 21
Hex 55 1 15

RGB Percentages of Color #550115

%79.44
%0.93
%19.63

CMYK Percentages of Color #550115

%0
%99
%75
%67

Triadic Colors of #550115

#550115 #155501 #011555

Analogous Colors of #550115

#550115 #551701 #55013f

Monochromatic Colors of #550115

#550115

Complementary Color

#550115 #015541

#550115 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550115 Color Preview on White Background

Lorem ipsum dolor sit amet.

#550115 Color CSS Codes

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

#550115 Text Font Color

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

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


#550115 Background Color

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

This div background color is #550115


#550115 Border Color

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

This div border color is #550115


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550115


Comments

No comments written yet.

Please login to write comment.