Color spaces of #bf348b
RGB | 191 | 52 | 139 |
---|---|---|---|
HSL | 0.90 | 0.57 | 0.48 |
HSV | 322° | 73° | 75° |
CMYK | 0.00 | 0.73 | 0.27 0.25 |
XYZ | 27.3740 | 15.3964 | 25.9551 |
Yxy | 15.3964 | 0.3983 | 0.2240 |
Hunter Lab | 39.2382 | 55.8610 | -11.7521 |
CIE-Lab | 46.1724 | 62.2101 | -16.8145 |
#bf348b color RGB value is (191,52,139).
#bf348b hex color red value is 191, green value is 52 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #bf348b hue: 0.90 , saturation: 0.57 and the lightness value of bf348b is 0.48.
The process color (four color CMYK) of #bf348b color hex is 0.00, 0.73, 0.27, 0.25. Web safe color of #bf348b is #cc3399. Color #bf348b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 00110100 | 10001011 |
Octal | 277 | 64 | 213 |
Decimal | 191 | 52 | 139 |
Hex | BF | 34 | 8B |
Shades of #bf348b
Tints of #bf348b
RGB Percentages of Color #bf348b
CMYK Percentages of Color #bf348b
Complementary Color
#bf348b | #34bf68 |
#bf348b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bf348b Color Preview on White Background
Lorem ipsum dolor sit amet.
#bf348b Color CSS Codes
.mybgcolor {background-color:#bf348b; } .myforecolor {color:#bf348b; } .mybordercolor {border:3px solid #bf348b; }
#bf348b Text Font Color
<p style="color:#bf348b">Text here</p>
This sample text font color is #bf348b
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.
#bf348b Background Color
<div style="background-color:#bf348b">
Div content here</div>
This div background color is #bf348b
#bf348b Border Color
<div style="border:3px solid #bf348b">
Div here</div>
This div border color is #bf348b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,52,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bf348b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bf348b; -webkit-box-shadow: 1px 1px 3px 2px #bf348b; box-shadow: 1px 1px 3px 2px #bf348b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,52,139, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bf348b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bf348b; -webkit-box-shadow: 1px 1px 3px 2px #bf348b; box-shadow: 1px 1px 3px 2px #bf348b;">
Div content here</div>
This div box has shadow with color #bf348b
Comments
No comments written yet.
Please login to write comment.