Color spaces of #b43aee
RGB | 180 | 58 | 238 |
---|---|---|---|
HSL | 0.78 | 0.84 | 0.58 |
HSV | 281° | 76° | 93° |
CMYK | 0.24 | 0.76 | 0.00 0.07 |
XYZ | 35.7681 | 18.9025 | 82.6523 |
Yxy | 18.9025 | 0.2605 | 0.1377 |
Hunter Lab | 43.4770 | 70.7654 | -82.2798 |
CIE-Lab | 50.5729 | 74.0327 | -67.6625 |
#b43aee color RGB value is (180,58,238).
#b43aee hex color red value is 180, green value is 58 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b43aee hue: 0.78 , saturation: 0.84 and the lightness value of b43aee is 0.58.
The process color (four color CMYK) of #b43aee color hex is 0.24, 0.76, 0.00, 0.07. Web safe color of #b43aee is #cc33ff. Color #b43aee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 00111010 | 11101110 |
Octal | 264 | 72 | 356 |
Decimal | 180 | 58 | 238 |
Hex | B4 | 3A | EE |
Shades of #b43aee
Tints of #b43aee
RGB Percentages of Color #b43aee
CMYK Percentages of Color #b43aee
Complementary Color
#b43aee | #74ee3a |
#b43aee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b43aee Color Preview on White Background
Lorem ipsum dolor sit amet.
#b43aee Color CSS Codes
.mybgcolor {background-color:#b43aee; } .myforecolor {color:#b43aee; } .mybordercolor {border:3px solid #b43aee; }
#b43aee Text Font Color
<p style="color:#b43aee">Text here</p>
This sample text font color is #b43aee
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.
#b43aee Background Color
<div style="background-color:#b43aee">
Div content here</div>
This div background color is #b43aee
#b43aee Border Color
<div style="border:3px solid #b43aee">
Div here</div>
This div border color is #b43aee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,58,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b43aee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b43aee; -webkit-box-shadow: 1px 1px 3px 2px #b43aee; box-shadow: 1px 1px 3px 2px #b43aee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,58,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b43aee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b43aee; -webkit-box-shadow: 1px 1px 3px 2px #b43aee; box-shadow: 1px 1px 3px 2px #b43aee;">
Div content here</div>
This div box has shadow with color #b43aee
Comments
No comments written yet.
Please login to write comment.