Color spaces of #8454bf
RGB | 132 | 84 | 191 |
---|---|---|---|
HSL | 0.74 | 0.46 | 0.54 |
HSV | 267° | 56° | 75° |
CMYK | 0.31 | 0.56 | 0.00 0.25 |
XYZ | 22.0900 | 15.0078 | 51.0227 |
Yxy | 15.0078 | 0.2507 | 0.1703 |
Hunter Lab | 38.7399 | 33.9882 | -50.9704 |
CIE-Lab | 45.6449 | 41.7025 | -49.0609 |
#8454bf color RGB value is (132,84,191).
#8454bf hex color red value is 132, green value is 84 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #8454bf hue: 0.74 , saturation: 0.46 and the lightness value of 8454bf is 0.54.
The process color (four color CMYK) of #8454bf color hex is 0.31, 0.56, 0.00, 0.25. Web safe color of #8454bf is #9966cc. Color #8454bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000100 | 01010100 | 10111111 |
Octal | 204 | 124 | 277 |
Decimal | 132 | 84 | 191 |
Hex | 84 | 54 | BF |
Shades of #8454bf
Tints of #8454bf
RGB Percentages of Color #8454bf
CMYK Percentages of Color #8454bf
Complementary Color
#8454bf | #8fbf54 |
#8454bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8454bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#8454bf Color CSS Codes
.mybgcolor {background-color:#8454bf; } .myforecolor {color:#8454bf; } .mybordercolor {border:3px solid #8454bf; }
#8454bf Text Font Color
<p style="color:#8454bf">Text here</p>
This sample text font color is #8454bf
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.
#8454bf Background Color
<div style="background-color:#8454bf">
Div content here</div>
This div background color is #8454bf
#8454bf Border Color
<div style="border:3px solid #8454bf">
Div here</div>
This div border color is #8454bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(132,84,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8454bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8454bf; -webkit-box-shadow: 1px 1px 3px 2px #8454bf; box-shadow: 1px 1px 3px 2px #8454bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(132,84,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8454bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8454bf; -webkit-box-shadow: 1px 1px 3px 2px #8454bf; box-shadow: 1px 1px 3px 2px #8454bf;">
Div content here</div>
This div box has shadow with color #8454bf
Comments
No comments written yet.
Please login to write comment.