Color spaces of #b733ea
RGB | 183 | 51 | 234 |
---|---|---|---|
HSL | 0.79 | 0.81 | 0.56 |
HSV | 283° | 78° | 92° |
CMYK | 0.22 | 0.78 | 0.00 0.08 |
XYZ | 35.5635 | 18.3754 | 79.5143 |
Yxy | 18.3754 | 0.2665 | 0.1377 |
Hunter Lab | 42.8665 | 73.0731 | -79.9721 |
CIE-Lab | 49.9483 | 76.0355 | -66.4007 |
#b733ea color RGB value is (183,51,234).
#b733ea hex color red value is 183, green value is 51 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b733ea hue: 0.79 , saturation: 0.81 and the lightness value of b733ea is 0.56.
The process color (four color CMYK) of #b733ea color hex is 0.22, 0.78, 0.00, 0.08. Web safe color of #b733ea is #cc33ff. Color #b733ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 00110011 | 11101010 |
Octal | 267 | 63 | 352 |
Decimal | 183 | 51 | 234 |
Hex | B7 | 33 | EA |
Shades of #b733ea
Tints of #b733ea
RGB Percentages of Color #b733ea
CMYK Percentages of Color #b733ea
Complementary Color
#b733ea | #66ea33 |
#b733ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b733ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#b733ea Color CSS Codes
.mybgcolor {background-color:#b733ea; } .myforecolor {color:#b733ea; } .mybordercolor {border:3px solid #b733ea; }
#b733ea Text Font Color
<p style="color:#b733ea">Text here</p>
This sample text font color is #b733ea
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.
#b733ea Background Color
<div style="background-color:#b733ea">
Div content here</div>
This div background color is #b733ea
#b733ea Border Color
<div style="border:3px solid #b733ea">
Div here</div>
This div border color is #b733ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183,51,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b733ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b733ea; -webkit-box-shadow: 1px 1px 3px 2px #b733ea; box-shadow: 1px 1px 3px 2px #b733ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(183,51,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b733ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b733ea; -webkit-box-shadow: 1px 1px 3px 2px #b733ea; box-shadow: 1px 1px 3px 2px #b733ea;">
Div content here</div>
This div box has shadow with color #b733ea
Comments
No comments written yet.
Please login to write comment.