Color spaces of #b325dc
RGB | 179 | 37 | 220 |
---|---|---|---|
HSL | 0.80 | 0.72 | 0.50 |
HSV | 287° | 83° | 86° |
CMYK | 0.19 | 0.83 | 0.00 0.14 |
XYZ | 32.1702 | 16.0741 | 69.1172 |
Yxy | 16.0741 | 0.2741 | 0.1370 |
Hunter Lab | 40.0925 | 73.0663 | -74.1478 |
CIE-Lab | 47.0716 | 76.5909 | -63.1412 |
#b325dc color RGB value is (179,37,220).
#b325dc hex color red value is 179, green value is 37 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b325dc hue: 0.80 , saturation: 0.72 and the lightness value of b325dc is 0.50.
The process color (four color CMYK) of #b325dc color hex is 0.19, 0.83, 0.00, 0.14. Web safe color of #b325dc is #cc33cc. Color #b325dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 00100101 | 11011100 |
Octal | 263 | 45 | 334 |
Decimal | 179 | 37 | 220 |
Hex | B3 | 25 | DC |
Shades of #b325dc
Tints of #b325dc
RGB Percentages of Color #b325dc
CMYK Percentages of Color #b325dc
Complementary Color
#b325dc | #4edc25 |
#b325dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b325dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#b325dc Color CSS Codes
.mybgcolor {background-color:#b325dc; } .myforecolor {color:#b325dc; } .mybordercolor {border:3px solid #b325dc; }
#b325dc Text Font Color
<p style="color:#b325dc">Text here</p>
This sample text font color is #b325dc
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.
#b325dc Background Color
<div style="background-color:#b325dc">
Div content here</div>
This div background color is #b325dc
#b325dc Border Color
<div style="border:3px solid #b325dc">
Div here</div>
This div border color is #b325dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,37,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b325dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b325dc; -webkit-box-shadow: 1px 1px 3px 2px #b325dc; box-shadow: 1px 1px 3px 2px #b325dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,37,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 #b325dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b325dc; -webkit-box-shadow: 1px 1px 3px 2px #b325dc; box-shadow: 1px 1px 3px 2px #b325dc;">
Div content here</div>
This div box has shadow with color #b325dc
Comments
No comments written yet.
Please login to write comment.