Color spaces of #b636ea
RGB | 182 | 54 | 234 |
---|---|---|---|
HSL | 0.79 | 0.81 | 0.56 |
HSV | 283° | 77° | 92° |
CMYK | 0.22 | 0.77 | 0.00 0.08 |
XYZ | 35.4619 | 18.5239 | 79.5483 |
Yxy | 18.5239 | 0.2656 | 0.1387 |
Hunter Lab | 43.0394 | 71.7544 | -79.4562 |
CIE-Lab | 50.1255 | 74.9284 | -66.1209 |
#b636ea color RGB value is (182,54,234).
#b636ea hex color red value is 182, green value is 54 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b636ea hue: 0.79 , saturation: 0.81 and the lightness value of b636ea is 0.56.
The process color (four color CMYK) of #b636ea color hex is 0.22, 0.77, 0.00, 0.08. Web safe color of #b636ea is #cc33ff. Color #b636ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 00110110 | 11101010 |
Octal | 266 | 66 | 352 |
Decimal | 182 | 54 | 234 |
Hex | B6 | 36 | EA |
Shades of #b636ea
Tints of #b636ea
RGB Percentages of Color #b636ea
CMYK Percentages of Color #b636ea
Complementary Color
#b636ea | #6aea36 |
#b636ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b636ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#b636ea Color CSS Codes
.mybgcolor {background-color:#b636ea; } .myforecolor {color:#b636ea; } .mybordercolor {border:3px solid #b636ea; }
#b636ea Text Font Color
<p style="color:#b636ea">Text here</p>
This sample text font color is #b636ea
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.
#b636ea Background Color
<div style="background-color:#b636ea">
Div content here</div>
This div background color is #b636ea
#b636ea Border Color
<div style="border:3px solid #b636ea">
Div here</div>
This div border color is #b636ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,54,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b636ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b636ea; -webkit-box-shadow: 1px 1px 3px 2px #b636ea; box-shadow: 1px 1px 3px 2px #b636ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,54,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 #b636ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b636ea; -webkit-box-shadow: 1px 1px 3px 2px #b636ea; box-shadow: 1px 1px 3px 2px #b636ea;">
Div content here</div>
This div box has shadow with color #b636ea
Comments
No comments written yet.
Please login to write comment.