Color spaces of #b855cd
RGB | 184 | 85 | 205 |
---|---|---|---|
HSL | 0.80 | 0.55 | 0.57 |
HSV | 290° | 59° | 80° |
CMYK | 0.10 | 0.59 | 0.00 0.20 |
XYZ | 34.0351 | 21.0951 | 60.0355 |
Yxy | 21.0951 | 0.2955 | 0.1832 |
Hunter Lab | 45.9294 | 51.8975 | -45.3489 |
CIE-Lab | 53.0534 | 57.4142 | -44.9432 |
#b855cd color RGB value is (184,85,205).
#b855cd hex color red value is 184, green value is 85 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b855cd hue: 0.80 , saturation: 0.55 and the lightness value of b855cd is 0.57.
The process color (four color CMYK) of #b855cd color hex is 0.10, 0.59, 0.00, 0.20. Web safe color of #b855cd is #cc66cc. Color #b855cd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 01010101 | 11001101 |
Octal | 270 | 125 | 315 |
Decimal | 184 | 85 | 205 |
Hex | B8 | 55 | CD |
Shades of #b855cd
Tints of #b855cd
RGB Percentages of Color #b855cd
CMYK Percentages of Color #b855cd
Complementary Color
#b855cd | #6acd55 |
#b855cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b855cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b855cd Color CSS Codes
.mybgcolor {background-color:#b855cd; } .myforecolor {color:#b855cd; } .mybordercolor {border:3px solid #b855cd; }
#b855cd Text Font Color
<p style="color:#b855cd">Text here</p>
This sample text font color is #b855cd
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.
#b855cd Background Color
<div style="background-color:#b855cd">
Div content here</div>
This div background color is #b855cd
#b855cd Border Color
<div style="border:3px solid #b855cd">
Div here</div>
This div border color is #b855cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,85,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b855cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b855cd; -webkit-box-shadow: 1px 1px 3px 2px #b855cd; box-shadow: 1px 1px 3px 2px #b855cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,85,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b855cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b855cd; -webkit-box-shadow: 1px 1px 3px 2px #b855cd; box-shadow: 1px 1px 3px 2px #b855cd;">
Div content here</div>
This div box has shadow with color #b855cd
Comments
No comments written yet.
Please login to write comment.