Color spaces of #b382ec
RGB | 179 | 130 | 236 |
---|---|---|---|
HSL | 0.74 | 0.74 | 0.72 |
HSV | 268° | 45° | 93° |
CMYK | 0.24 | 0.45 | 0.00 0.07 |
XYZ | 41.7134 | 31.6051 | 83.2587 |
Yxy | 31.6051 | 0.2664 | 0.2018 |
Hunter Lab | 56.2184 | 34.0627 | -48.4548 |
CIE-Lab | 63.0152 | 39.3872 | -46.6555 |
#b382ec color RGB value is (179,130,236).
#b382ec hex color red value is 179, green value is 130 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b382ec hue: 0.74 , saturation: 0.74 and the lightness value of b382ec is 0.72.
The process color (four color CMYK) of #b382ec color hex is 0.24, 0.45, 0.00, 0.07. Web safe color of #b382ec is #cc99ff. Color #b382ec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 10000010 | 11101100 |
Octal | 263 | 202 | 354 |
Decimal | 179 | 130 | 236 |
Hex | B3 | 82 | EC |
Shades of #b382ec
Tints of #b382ec
RGB Percentages of Color #b382ec
CMYK Percentages of Color #b382ec
Complementary Color
#b382ec | #bbec82 |
#b382ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b382ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#b382ec Color CSS Codes
.mybgcolor {background-color:#b382ec; } .myforecolor {color:#b382ec; } .mybordercolor {border:3px solid #b382ec; }
#b382ec Text Font Color
<p style="color:#b382ec">Text here</p>
This sample text font color is #b382ec
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.
#b382ec Background Color
<div style="background-color:#b382ec">
Div content here</div>
This div background color is #b382ec
#b382ec Border Color
<div style="border:3px solid #b382ec">
Div here</div>
This div border color is #b382ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,130,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b382ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b382ec; -webkit-box-shadow: 1px 1px 3px 2px #b382ec; box-shadow: 1px 1px 3px 2px #b382ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,130,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b382ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b382ec; -webkit-box-shadow: 1px 1px 3px 2px #b382ec; box-shadow: 1px 1px 3px 2px #b382ec;">
Div content here</div>
This div box has shadow with color #b382ec
Comments
No comments written yet.
Please login to write comment.