Color Hex Logo

#55405c Color Hex

#55405C
(85,64,92)
0 Favorites   0 Comments

Color spaces of #55405c

RGB 856492
HSL0.790.180.31
HSV285°30°36°
CMYK 0.080.300.00   0.64
XYZ7.51156.370810.9590
Yxy6.37080.30240.2565
Hunter Lab25.24048.9504-8.0745
CIE-Lab30.329314.8732-13.1541

#55405c color RGB value is (85,64,92).

#55405c hex color red value is 85, green value is 64 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #55405c hue: 0.79 , saturation: 0.18 and the lightness value of 55405c is 0.31.

The process color (four color CMYK) of #55405c color hex is 0.08, 0.30, 0.00, 0.64. Web safe color of #55405c is #663366. Color #55405c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000000 01011100
Octal 125 100 134
Decimal 85 64 92
Hex 55 40 5C

RGB Percentages of Color #55405c

%35.27
%26.56
%38.17

CMYK Percentages of Color #55405c

%8
%30
%0
%64

Triadic Colors of #55405c

#55405c #5c5540 #405c55

Analogous Colors of #55405c

#55405c #5c4055 #47405c

Monochromatic Colors of #55405c

#55405c

Complementary Color

#55405c #475c40

#55405c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55405c Color Preview on White Background

Lorem ipsum dolor sit amet.

#55405c Color CSS Codes

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

#55405c Text Font Color

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

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


#55405c Background Color

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

This div background color is #55405c


#55405c Border Color

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

This div border color is #55405c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55405c


Comments

No comments written yet.

Please login to write comment.