Color spaces of #854088
RGB | 133 | 64 | 136 |
---|---|---|---|
HSL | 0.83 | 0.36 | 0.39 |
HSV | 298° | 53° | 53° |
CMYK | 0.02 | 0.53 | 0.00 0.47 |
XYZ | 15.9502 | 10.4309 | 24.4653 |
Yxy | 10.4309 | 0.3137 | 0.2051 |
Hunter Lab | 32.2969 | 31.6347 | -22.3051 |
CIE-Lab | 38.6049 | 40.4244 | -27.4423 |
#854088 color RGB value is (133,64,136).
#854088 hex color red value is 133, green value is 64 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #854088 hue: 0.83 , saturation: 0.36 and the lightness value of 854088 is 0.39.
The process color (four color CMYK) of #854088 color hex is 0.02, 0.53, 0.00, 0.47. Web safe color of #854088 is #993399. Color #854088 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000101 | 01000000 | 10001000 |
Octal | 205 | 100 | 210 |
Decimal | 133 | 64 | 136 |
Hex | 85 | 40 | 88 |
Shades of #854088
Tints of #854088
RGB Percentages of Color #854088
CMYK Percentages of Color #854088
Complementary Color
#854088 | #438840 |
#854088 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#854088 Color Preview on White Background
Lorem ipsum dolor sit amet.
#854088 Color CSS Codes
.mybgcolor {background-color:#854088; } .myforecolor {color:#854088; } .mybordercolor {border:3px solid #854088; }
#854088 Text Font Color
<p style="color:#854088">Text here</p>
This sample text font color is #854088
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.
#854088 Background Color
<div style="background-color:#854088">
Div content here</div>
This div background color is #854088
#854088 Border Color
<div style="border:3px solid #854088">
Div here</div>
This div border color is #854088
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(133,64,136, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #854088; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #854088; -webkit-box-shadow: 1px 1px 3px 2px #854088; box-shadow: 1px 1px 3px 2px #854088; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(133,64,136, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #854088">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #854088; -webkit-box-shadow: 1px 1px 3px 2px #854088; box-shadow: 1px 1px 3px 2px #854088;">
Div content here</div>
This div box has shadow with color #854088
Comments
No comments written yet.
Please login to write comment.