Color Hex Logo

#55083f Color Hex

#55083F
(85,8,63)
0 Favorites   0 Comments

Color spaces of #55083f

RGB 85863
HSL0.880.830.18
HSV317°91°33°
CMYK 0.000.910.26   0.67
XYZ4.73032.46384.9289
Yxy2.46380.39020.2032
Hunter Lab15.696526.3239-7.6303
CIE-Lab17.754138.4245-13.0820

#55083f color RGB value is (85,8,63).

#55083f hex color red value is 85, green value is 8 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #55083f hue: 0.88 , saturation: 0.83 and the lightness value of 55083f is 0.18.

The process color (four color CMYK) of #55083f color hex is 0.00, 0.91, 0.26, 0.67. Web safe color of #55083f is #660033. Color #55083f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00001000 00111111
Octal 125 10 77
Decimal 85 8 63
Hex 55 8 3F

RGB Percentages of Color #55083f

%54.49
%5.13
%40.38

CMYK Percentages of Color #55083f

%0
%91
%26
%67

Triadic Colors of #55083f

#55083f #3f5508 #083f55

Analogous Colors of #55083f

#55083f #550819 #450855

Monochromatic Colors of #55083f

#55083f

Complementary Color

#55083f #08551e

#55083f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55083f Color Preview on White Background

Lorem ipsum dolor sit amet.

#55083f Color CSS Codes

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

#55083f Text Font Color

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

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


#55083f Background Color

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

This div background color is #55083f


#55083f Border Color

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

This div border color is #55083f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55083f


Comments

No comments written yet.

Please login to write comment.