Color spaces of #b231cd
RGB | 178 | 49 | 205 |
---|---|---|---|
HSL | 0.80 | 0.61 | 0.50 |
HSV | 290° | 76° | 80° |
CMYK | 0.13 | 0.76 | 0.00 0.20 |
XYZ | 30.4779 | 16.0694 | 59.2529 |
Yxy | 16.0694 | 0.2881 | 0.1519 |
Hunter Lab | 40.0867 | 65.5620 | -59.5771 |
CIE-Lab | 47.0654 | 70.3970 | -54.5516 |
#b231cd color RGB value is (178,49,205).
#b231cd hex color red value is 178, green value is 49 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b231cd hue: 0.80 , saturation: 0.61 and the lightness value of b231cd is 0.50.
The process color (four color CMYK) of #b231cd color hex is 0.13, 0.76, 0.00, 0.20. Web safe color of #b231cd is #9933cc. Color #b231cd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 00110001 | 11001101 |
Octal | 262 | 61 | 315 |
Decimal | 178 | 49 | 205 |
Hex | B2 | 31 | CD |
Shades of #b231cd
Tints of #b231cd
RGB Percentages of Color #b231cd
CMYK Percentages of Color #b231cd
Complementary Color
#b231cd | #4ccd31 |
#b231cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b231cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b231cd Color CSS Codes
.mybgcolor {background-color:#b231cd; } .myforecolor {color:#b231cd; } .mybordercolor {border:3px solid #b231cd; }
#b231cd Text Font Color
<p style="color:#b231cd">Text here</p>
This sample text font color is #b231cd
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.
#b231cd Background Color
<div style="background-color:#b231cd">
Div content here</div>
This div background color is #b231cd
#b231cd Border Color
<div style="border:3px solid #b231cd">
Div here</div>
This div border color is #b231cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,49,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b231cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b231cd; -webkit-box-shadow: 1px 1px 3px 2px #b231cd; box-shadow: 1px 1px 3px 2px #b231cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,49,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b231cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b231cd; -webkit-box-shadow: 1px 1px 3px 2px #b231cd; box-shadow: 1px 1px 3px 2px #b231cd;">
Div content here</div>
This div box has shadow with color #b231cd
Comments
No comments written yet.
Please login to write comment.