Color spaces of #a54bed
RGB | 165 | 75 | 237 |
---|---|---|---|
HSL | 0.76 | 0.82 | 0.61 |
HSV | 273° | 68° | 93° |
CMYK | 0.30 | 0.68 | 0.00 0.07 |
XYZ | 33.3192 | 19.1459 | 82.0602 |
Yxy | 19.1459 | 0.2477 | 0.1423 |
Hunter Lab | 43.7560 | 59.3506 | -80.5634 |
CIE-Lab | 50.8575 | 64.3723 | -66.7353 |
#a54bed color RGB value is (165,75,237).
#a54bed hex color red value is 165, green value is 75 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a54bed hue: 0.76 , saturation: 0.82 and the lightness value of a54bed is 0.61.
The process color (four color CMYK) of #a54bed color hex is 0.30, 0.68, 0.00, 0.07. Web safe color of #a54bed is #9933ff. Color #a54bed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 01001011 | 11101101 |
Octal | 245 | 113 | 355 |
Decimal | 165 | 75 | 237 |
Hex | A5 | 4B | ED |
Shades of #a54bed
Tints of #a54bed
RGB Percentages of Color #a54bed
CMYK Percentages of Color #a54bed
Complementary Color
#a54bed | #93ed4b |
#a54bed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a54bed Color Preview on White Background
Lorem ipsum dolor sit amet.
#a54bed Color CSS Codes
.mybgcolor {background-color:#a54bed; } .myforecolor {color:#a54bed; } .mybordercolor {border:3px solid #a54bed; }
#a54bed Text Font Color
<p style="color:#a54bed">Text here</p>
This sample text font color is #a54bed
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.
#a54bed Background Color
<div style="background-color:#a54bed">
Div content here</div>
This div background color is #a54bed
#a54bed Border Color
<div style="border:3px solid #a54bed">
Div here</div>
This div border color is #a54bed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,75,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a54bed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a54bed; -webkit-box-shadow: 1px 1px 3px 2px #a54bed; box-shadow: 1px 1px 3px 2px #a54bed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,75,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a54bed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a54bed; -webkit-box-shadow: 1px 1px 3px 2px #a54bed; box-shadow: 1px 1px 3px 2px #a54bed;">
Div content here</div>
This div box has shadow with color #a54bed
Comments
No comments written yet.
Please login to write comment.