Color spaces of #bc42ad
RGB | 188 | 66 | 173 |
---|---|---|---|
HSL | 0.85 | 0.48 | 0.50 |
HSV | 307° | 65° | 74° |
CMYK | 0.00 | 0.65 | 0.08 0.26 |
XYZ | 30.2301 | 17.6049 | 41.3400 |
Yxy | 17.6049 | 0.3390 | 0.1974 |
Hunter Lab | 41.9582 | 55.1791 | -29.0457 |
CIE-Lab | 49.0133 | 61.0707 | -32.7297 |
#bc42ad color RGB value is (188,66,173).
#bc42ad hex color red value is 188, green value is 66 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bc42ad hue: 0.85 , saturation: 0.48 and the lightness value of bc42ad is 0.50.
The process color (four color CMYK) of #bc42ad color hex is 0.00, 0.65, 0.08, 0.26. Web safe color of #bc42ad is #cc3399. Color #bc42ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 01000010 | 10101101 |
Octal | 274 | 102 | 255 |
Decimal | 188 | 66 | 173 |
Hex | BC | 42 | AD |
Shades of #bc42ad
Tints of #bc42ad
RGB Percentages of Color #bc42ad
CMYK Percentages of Color #bc42ad
Complementary Color
#bc42ad | #42bc51 |
#bc42ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc42ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc42ad Color CSS Codes
.mybgcolor {background-color:#bc42ad; } .myforecolor {color:#bc42ad; } .mybordercolor {border:3px solid #bc42ad; }
#bc42ad Text Font Color
<p style="color:#bc42ad">Text here</p>
This sample text font color is #bc42ad
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.
#bc42ad Background Color
<div style="background-color:#bc42ad">
Div content here</div>
This div background color is #bc42ad
#bc42ad Border Color
<div style="border:3px solid #bc42ad">
Div here</div>
This div border color is #bc42ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,66,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc42ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc42ad; -webkit-box-shadow: 1px 1px 3px 2px #bc42ad; box-shadow: 1px 1px 3px 2px #bc42ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,66,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc42ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc42ad; -webkit-box-shadow: 1px 1px 3px 2px #bc42ad; box-shadow: 1px 1px 3px 2px #bc42ad;">
Div content here</div>
This div box has shadow with color #bc42ad
Comments
No comments written yet.
Please login to write comment.