Color spaces of #b24dcf
RGB | 178 | 77 | 207 |
---|---|---|---|
HSL | 0.80 | 0.58 | 0.56 |
HSV | 287° | 63° | 81° |
CMYK | 0.14 | 0.63 | 0.00 0.19 |
XYZ | 32.2765 | 19.2777 | 61.0513 |
Yxy | 19.2777 | 0.2866 | 0.1712 |
Hunter Lab | 43.9064 | 54.3829 | -51.7076 |
CIE-Lab | 51.0105 | 59.9959 | -49.3852 |
#b24dcf color RGB value is (178,77,207).
#b24dcf hex color red value is 178, green value is 77 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b24dcf hue: 0.80 , saturation: 0.58 and the lightness value of b24dcf is 0.56.
The process color (four color CMYK) of #b24dcf color hex is 0.14, 0.63, 0.00, 0.19. Web safe color of #b24dcf is #9966cc. Color #b24dcf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 01001101 | 11001111 |
Octal | 262 | 115 | 317 |
Decimal | 178 | 77 | 207 |
Hex | B2 | 4D | CF |
Shades of #b24dcf
Tints of #b24dcf
RGB Percentages of Color #b24dcf
CMYK Percentages of Color #b24dcf
Complementary Color
#b24dcf | #6acf4d |
#b24dcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b24dcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b24dcf Color CSS Codes
.mybgcolor {background-color:#b24dcf; } .myforecolor {color:#b24dcf; } .mybordercolor {border:3px solid #b24dcf; }
#b24dcf Text Font Color
<p style="color:#b24dcf">Text here</p>
This sample text font color is #b24dcf
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.
#b24dcf Background Color
<div style="background-color:#b24dcf">
Div content here</div>
This div background color is #b24dcf
#b24dcf Border Color
<div style="border:3px solid #b24dcf">
Div here</div>
This div border color is #b24dcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,77,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b24dcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b24dcf; -webkit-box-shadow: 1px 1px 3px 2px #b24dcf; box-shadow: 1px 1px 3px 2px #b24dcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,77,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 #b24dcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b24dcf; -webkit-box-shadow: 1px 1px 3px 2px #b24dcf; box-shadow: 1px 1px 3px 2px #b24dcf;">
Div content here</div>
This div box has shadow with color #b24dcf
Comments
No comments written yet.
Please login to write comment.