Color spaces of #b826da
RGB | 184 | 38 | 218 |
---|---|---|---|
HSL | 0.80 | 0.71 | 0.50 |
HSV | 289° | 83° | 85° |
CMYK | 0.16 | 0.83 | 0.00 0.15 |
XYZ | 33.1152 | 16.6385 | 67.7959 |
Yxy | 16.6385 | 0.2817 | 0.1415 |
Hunter Lab | 40.7903 | 73.5303 | -69.9902 |
CIE-Lab | 47.8013 | 76.8246 | -60.7807 |
#b826da color RGB value is (184,38,218).
#b826da hex color red value is 184, green value is 38 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b826da hue: 0.80 , saturation: 0.71 and the lightness value of b826da is 0.50.
The process color (four color CMYK) of #b826da color hex is 0.16, 0.83, 0.00, 0.15. Web safe color of #b826da is #cc33cc. Color #b826da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 00100110 | 11011010 |
Octal | 270 | 46 | 332 |
Decimal | 184 | 38 | 218 |
Hex | B8 | 26 | DA |
Shades of #b826da
Tints of #b826da
RGB Percentages of Color #b826da
CMYK Percentages of Color #b826da
Complementary Color
#b826da | #48da26 |
#b826da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b826da Color Preview on White Background
Lorem ipsum dolor sit amet.
#b826da Color CSS Codes
.mybgcolor {background-color:#b826da; } .myforecolor {color:#b826da; } .mybordercolor {border:3px solid #b826da; }
#b826da Text Font Color
<p style="color:#b826da">Text here</p>
This sample text font color is #b826da
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.
#b826da Background Color
<div style="background-color:#b826da">
Div content here</div>
This div background color is #b826da
#b826da Border Color
<div style="border:3px solid #b826da">
Div here</div>
This div border color is #b826da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,38,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b826da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b826da; -webkit-box-shadow: 1px 1px 3px 2px #b826da; box-shadow: 1px 1px 3px 2px #b826da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,38,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b826da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b826da; -webkit-box-shadow: 1px 1px 3px 2px #b826da; box-shadow: 1px 1px 3px 2px #b826da;">
Div content here</div>
This div box has shadow with color #b826da
Comments
No comments written yet.
Please login to write comment.