Color spaces of #b2268a
RGB | 178 | 38 | 138 |
---|---|---|---|
HSL | 0.88 | 0.65 | 0.42 |
HSV | 317° | 79° | 70° |
CMYK | 0.00 | 0.79 | 0.22 0.30 |
XYZ | 23.6407 | 12.6862 | 25.2474 |
Yxy | 12.6862 | 0.3839 | 0.2060 |
Hunter Lab | 35.6177 | 56.1457 | -17.0950 |
CIE-Lab | 42.2866 | 63.2093 | -22.3768 |
#b2268a color RGB value is (178,38,138).
#b2268a hex color red value is 178, green value is 38 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #b2268a hue: 0.88 , saturation: 0.65 and the lightness value of b2268a is 0.42.
The process color (four color CMYK) of #b2268a color hex is 0.00, 0.79, 0.22, 0.30. Web safe color of #b2268a is #993399. Color #b2268a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 00100110 | 10001010 |
Octal | 262 | 46 | 212 |
Decimal | 178 | 38 | 138 |
Hex | B2 | 26 | 8A |
Shades of #b2268a
Tints of #b2268a
RGB Percentages of Color #b2268a
CMYK Percentages of Color #b2268a
Complementary Color
#b2268a | #26b24e |
#b2268a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b2268a Color Preview on White Background
Lorem ipsum dolor sit amet.
#b2268a Color CSS Codes
.mybgcolor {background-color:#b2268a; } .myforecolor {color:#b2268a; } .mybordercolor {border:3px solid #b2268a; }
#b2268a Text Font Color
<p style="color:#b2268a">Text here</p>
This sample text font color is #b2268a
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.
#b2268a Background Color
<div style="background-color:#b2268a">
Div content here</div>
This div background color is #b2268a
#b2268a Border Color
<div style="border:3px solid #b2268a">
Div here</div>
This div border color is #b2268a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,38,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b2268a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b2268a; -webkit-box-shadow: 1px 1px 3px 2px #b2268a; box-shadow: 1px 1px 3px 2px #b2268a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,38,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b2268a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b2268a; -webkit-box-shadow: 1px 1px 3px 2px #b2268a; box-shadow: 1px 1px 3px 2px #b2268a;">
Div content here</div>
This div box has shadow with color #b2268a
Comments
No comments written yet.
Please login to write comment.