Color spaces of #b325cc
RGB | 179 | 37 | 204 |
---|---|---|---|
HSL | 0.81 | 0.69 | 0.47 |
HSV | 291° | 82° | 80° |
CMYK | 0.12 | 0.82 | 0.00 0.20 |
XYZ | 30.1511 | 15.2665 | 58.4843 |
Yxy | 15.2665 | 0.2902 | 0.1469 |
Hunter Lab | 39.0724 | 69.3670 | -61.3958 |
CIE-Lab | 45.9971 | 73.7743 | -55.6845 |
#b325cc color RGB value is (179,37,204).
#b325cc hex color red value is 179, green value is 37 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b325cc hue: 0.81 , saturation: 0.69 and the lightness value of b325cc is 0.47.
The process color (four color CMYK) of #b325cc color hex is 0.12, 0.82, 0.00, 0.20. Web safe color of #b325cc is #cc33cc. Color #b325cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 00100101 | 11001100 |
Octal | 263 | 45 | 314 |
Decimal | 179 | 37 | 204 |
Hex | B3 | 25 | CC |
Shades of #b325cc
Tints of #b325cc
RGB Percentages of Color #b325cc
CMYK Percentages of Color #b325cc
Complementary Color
#b325cc | #3ecc25 |
#b325cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b325cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#b325cc Color CSS Codes
.mybgcolor {background-color:#b325cc; } .myforecolor {color:#b325cc; } .mybordercolor {border:3px solid #b325cc; }
#b325cc Text Font Color
<p style="color:#b325cc">Text here</p>
This sample text font color is #b325cc
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.
#b325cc Background Color
<div style="background-color:#b325cc">
Div content here</div>
This div background color is #b325cc
#b325cc Border Color
<div style="border:3px solid #b325cc">
Div here</div>
This div border color is #b325cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,37,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b325cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b325cc; -webkit-box-shadow: 1px 1px 3px 2px #b325cc; box-shadow: 1px 1px 3px 2px #b325cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,37,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b325cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b325cc; -webkit-box-shadow: 1px 1px 3px 2px #b325cc; box-shadow: 1px 1px 3px 2px #b325cc;">
Div content here</div>
This div box has shadow with color #b325cc
Comments
No comments written yet.
Please login to write comment.