Color spaces of #b825cc
RGB | 184 | 37 | 204 |
---|---|---|---|
HSL | 0.81 | 0.69 | 0.47 |
HSV | 293° | 82° | 80° |
CMYK | 0.10 | 0.82 | 0.00 0.20 |
XYZ | 31.3278 | 15.8731 | 58.5394 |
Yxy | 15.8731 | 0.2963 | 0.1501 |
Hunter Lab | 39.8411 | 70.6362 | -59.2274 |
CIE-Lab | 46.8076 | 74.6604 | -54.3381 |
#b825cc color RGB value is (184,37,204).
#b825cc hex color red value is 184, green value is 37 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b825cc hue: 0.81 , saturation: 0.69 and the lightness value of b825cc is 0.47.
The process color (four color CMYK) of #b825cc color hex is 0.10, 0.82, 0.00, 0.20. Web safe color of #b825cc is #cc33cc. Color #b825cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 00100101 | 11001100 |
Octal | 270 | 45 | 314 |
Decimal | 184 | 37 | 204 |
Hex | B8 | 25 | CC |
Shades of #b825cc
Tints of #b825cc
RGB Percentages of Color #b825cc
CMYK Percentages of Color #b825cc
Complementary Color
#b825cc | #39cc25 |
#b825cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b825cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#b825cc Color CSS Codes
.mybgcolor {background-color:#b825cc; } .myforecolor {color:#b825cc; } .mybordercolor {border:3px solid #b825cc; }
#b825cc Text Font Color
<p style="color:#b825cc">Text here</p>
This sample text font color is #b825cc
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.
#b825cc Background Color
<div style="background-color:#b825cc">
Div content here</div>
This div background color is #b825cc
#b825cc Border Color
<div style="border:3px solid #b825cc">
Div here</div>
This div border color is #b825cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,37,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b825cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b825cc; -webkit-box-shadow: 1px 1px 3px 2px #b825cc; box-shadow: 1px 1px 3px 2px #b825cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,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 #b825cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b825cc; -webkit-box-shadow: 1px 1px 3px 2px #b825cc; box-shadow: 1px 1px 3px 2px #b825cc;">
Div content here</div>
This div box has shadow with color #b825cc
Comments
No comments written yet.
Please login to write comment.