Color spaces of #b23adc
RGB | 178 | 58 | 220 |
---|---|---|---|
HSL | 0.79 | 0.70 | 0.55 |
HSV | 284° | 74° | 86° |
CMYK | 0.19 | 0.74 | 0.00 0.14 |
XYZ | 32.7914 | 17.6584 | 69.3903 |
Yxy | 17.6584 | 0.2736 | 0.1473 |
Hunter Lab | 42.0219 | 65.7525 | -68.4896 |
CIE-Lab | 49.0791 | 70.1661 | -59.9060 |
#b23adc color RGB value is (178,58,220).
#b23adc hex color red value is 178, green value is 58 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b23adc hue: 0.79 , saturation: 0.70 and the lightness value of b23adc is 0.55.
The process color (four color CMYK) of #b23adc color hex is 0.19, 0.74, 0.00, 0.14. Web safe color of #b23adc is #9933cc. Color #b23adc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 00111010 | 11011100 |
Octal | 262 | 72 | 334 |
Decimal | 178 | 58 | 220 |
Hex | B2 | 3A | DC |
Shades of #b23adc
Tints of #b23adc
RGB Percentages of Color #b23adc
CMYK Percentages of Color #b23adc
Complementary Color
#b23adc | #64dc3a |
#b23adc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b23adc Color Preview on White Background
Lorem ipsum dolor sit amet.
#b23adc Color CSS Codes
.mybgcolor {background-color:#b23adc; } .myforecolor {color:#b23adc; } .mybordercolor {border:3px solid #b23adc; }
#b23adc Text Font Color
<p style="color:#b23adc">Text here</p>
This sample text font color is #b23adc
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.
#b23adc Background Color
<div style="background-color:#b23adc">
Div content here</div>
This div background color is #b23adc
#b23adc Border Color
<div style="border:3px solid #b23adc">
Div here</div>
This div border color is #b23adc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,58,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b23adc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b23adc; -webkit-box-shadow: 1px 1px 3px 2px #b23adc; box-shadow: 1px 1px 3px 2px #b23adc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,58,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b23adc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b23adc; -webkit-box-shadow: 1px 1px 3px 2px #b23adc; box-shadow: 1px 1px 3px 2px #b23adc;">
Div content here</div>
This div box has shadow with color #b23adc
Comments
No comments written yet.
Please login to write comment.