Color Hex Logo

#550c40 Color Hex

#550C40
(85,12,64)
0 Favorites   0 Comments

Color spaces of #550c40

RGB 851264
HSL0.880.750.19
HSV317°86°33°
CMYK 0.000.860.25   0.67
XYZ4.80322.56445.0923
Yxy2.56440.38550.2058
Hunter Lab16.013725.5157-7.6443
CIE-Lab18.207437.4106-13.0796

#550c40 color RGB value is (85,12,64).

#550c40 hex color red value is 85, green value is 12 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #550c40 hue: 0.88 , saturation: 0.75 and the lightness value of 550c40 is 0.19.

The process color (four color CMYK) of #550c40 color hex is 0.00, 0.86, 0.25, 0.67. Web safe color of #550c40 is #660033. Color #550c40 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00001100 01000000
Octal 125 14 100
Decimal 85 12 64
Hex 55 C 40

RGB Percentages of Color #550c40

%52.80
%7.45
%39.75

CMYK Percentages of Color #550c40

%0
%86
%25
%67

Triadic Colors of #550c40

#550c40 #40550c #0c4055

Analogous Colors of #550c40

#550c40 #550c1b #460c55

Monochromatic Colors of #550c40

#550c40

Complementary Color

#550c40 #0c5521

#550c40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550c40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#550c40 Color CSS Codes

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

#550c40 Text Font Color

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

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


#550c40 Background Color

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

This div background color is #550c40


#550c40 Border Color

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

This div border color is #550c40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550c40


Comments

No comments written yet.

Please login to write comment.