Color spaces of #b835cf
RGB | 184 | 53 | 207 |
---|---|---|---|
HSL | 0.81 | 0.62 | 0.51 |
HSV | 291° | 74° | 81° |
CMYK | 0.11 | 0.74 | 0.00 0.19 |
XYZ | 32.3028 | 17.2415 | 60.6569 |
Yxy | 17.2415 | 0.2931 | 0.1565 |
Hunter Lab | 41.5229 | 66.1993 | -57.5452 |
CIE-Lab | 48.5629 | 70.6408 | -53.2494 |
#b835cf color RGB value is (184,53,207).
#b835cf hex color red value is 184, green value is 53 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b835cf hue: 0.81 , saturation: 0.62 and the lightness value of b835cf is 0.51.
The process color (four color CMYK) of #b835cf color hex is 0.11, 0.74, 0.00, 0.19. Web safe color of #b835cf is #cc33cc. Color #b835cf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 00110101 | 11001111 |
Octal | 270 | 65 | 317 |
Decimal | 184 | 53 | 207 |
Hex | B8 | 35 | CF |
Shades of #b835cf
Tints of #b835cf
RGB Percentages of Color #b835cf
CMYK Percentages of Color #b835cf
Complementary Color
#b835cf | #4ccf35 |
#b835cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b835cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b835cf Color CSS Codes
.mybgcolor {background-color:#b835cf; } .myforecolor {color:#b835cf; } .mybordercolor {border:3px solid #b835cf; }
#b835cf Text Font Color
<p style="color:#b835cf">Text here</p>
This sample text font color is #b835cf
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.
#b835cf Background Color
<div style="background-color:#b835cf">
Div content here</div>
This div background color is #b835cf
#b835cf Border Color
<div style="border:3px solid #b835cf">
Div here</div>
This div border color is #b835cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,53,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b835cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b835cf; -webkit-box-shadow: 1px 1px 3px 2px #b835cf; box-shadow: 1px 1px 3px 2px #b835cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,53,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b835cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b835cf; -webkit-box-shadow: 1px 1px 3px 2px #b835cf; box-shadow: 1px 1px 3px 2px #b835cf;">
Div content here</div>
This div box has shadow with color #b835cf
Comments
No comments written yet.
Please login to write comment.