Color spaces of #855380
RGB | 133 | 83 | 128 |
---|---|---|---|
HSL | 0.85 | 0.23 | 0.42 |
HSV | 306° | 38° | 52° |
CMYK | 0.00 | 0.38 | 0.04 0.48 |
XYZ | 16.6624 | 12.7316 | 22.0013 |
Yxy | 12.7316 | 0.3242 | 0.2477 |
Hunter Lab | 35.6814 | 20.9131 | -11.5815 |
CIE-Lab | 42.3560 | 28.3011 | -16.7478 |
#855380 color RGB value is (133,83,128).
#855380 hex color red value is 133, green value is 83 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #855380 hue: 0.85 , saturation: 0.23 and the lightness value of 855380 is 0.42.
The process color (four color CMYK) of #855380 color hex is 0.00, 0.38, 0.04, 0.48. Web safe color of #855380 is #996699. Color #855380 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000101 | 01010011 | 10000000 |
Octal | 205 | 123 | 200 |
Decimal | 133 | 83 | 128 |
Hex | 85 | 53 | 80 |
Shades of #855380
Tints of #855380
RGB Percentages of Color #855380
CMYK Percentages of Color #855380
Complementary Color
#855380 | #538558 |
#855380 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#855380 Color Preview on White Background
Lorem ipsum dolor sit amet.
#855380 Color CSS Codes
.mybgcolor {background-color:#855380; } .myforecolor {color:#855380; } .mybordercolor {border:3px solid #855380; }
#855380 Text Font Color
<p style="color:#855380">Text here</p>
This sample text font color is #855380
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.
#855380 Background Color
<div style="background-color:#855380">
Div content here</div>
This div background color is #855380
#855380 Border Color
<div style="border:3px solid #855380">
Div here</div>
This div border color is #855380
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(133,83,128, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #855380; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #855380; -webkit-box-shadow: 1px 1px 3px 2px #855380; box-shadow: 1px 1px 3px 2px #855380; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(133,83,128, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #855380">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #855380; -webkit-box-shadow: 1px 1px 3px 2px #855380; box-shadow: 1px 1px 3px 2px #855380;">
Div content here</div>
This div box has shadow with color #855380
Comments
No comments written yet.
Please login to write comment.