Color spaces of #b533ee
RGB | 181 | 51 | 238 |
---|---|---|---|
HSL | 0.78 | 0.85 | 0.57 |
HSV | 282° | 79° | 93° |
CMYK | 0.24 | 0.79 | 0.00 0.07 |
XYZ | 35.6725 | 18.3645 | 82.5535 |
Yxy | 18.3645 | 0.2612 | 0.1344 |
Hunter Lab | 42.8538 | 73.5933 | -84.2184 |
CIE-Lab | 49.9353 | 76.4594 | -68.6893 |
#b533ee color RGB value is (181,51,238).
#b533ee hex color red value is 181, green value is 51 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b533ee hue: 0.78 , saturation: 0.85 and the lightness value of b533ee is 0.57.
The process color (four color CMYK) of #b533ee color hex is 0.24, 0.79, 0.00, 0.07. Web safe color of #b533ee is #cc33ff. Color #b533ee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 00110011 | 11101110 |
Octal | 265 | 63 | 356 |
Decimal | 181 | 51 | 238 |
Hex | B5 | 33 | EE |
Shades of #b533ee
Tints of #b533ee
RGB Percentages of Color #b533ee
CMYK Percentages of Color #b533ee
Complementary Color
#b533ee | #6cee33 |
#b533ee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b533ee Color Preview on White Background
Lorem ipsum dolor sit amet.
#b533ee Color CSS Codes
.mybgcolor {background-color:#b533ee; } .myforecolor {color:#b533ee; } .mybordercolor {border:3px solid #b533ee; }
#b533ee Text Font Color
<p style="color:#b533ee">Text here</p>
This sample text font color is #b533ee
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.
#b533ee Background Color
<div style="background-color:#b533ee">
Div content here</div>
This div background color is #b533ee
#b533ee Border Color
<div style="border:3px solid #b533ee">
Div here</div>
This div border color is #b533ee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,51,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b533ee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b533ee; -webkit-box-shadow: 1px 1px 3px 2px #b533ee; box-shadow: 1px 1px 3px 2px #b533ee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,51,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 #b533ee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b533ee; -webkit-box-shadow: 1px 1px 3px 2px #b533ee; box-shadow: 1px 1px 3px 2px #b533ee;">
Div content here</div>
This div box has shadow with color #b533ee
Comments
No comments written yet.
Please login to write comment.