Color spaces of #b62668
RGB | 182 | 38 | 104 |
---|---|---|---|
HSL | 0.92 | 0.65 | 0.43 |
HSV | 333° | 79° | 71° |
CMYK | 0.00 | 0.79 | 0.43 0.29 |
XYZ | 22.4832 | 12.3308 | 14.2918 |
Yxy | 12.3308 | 0.4579 | 0.2511 |
Hunter Lab | 35.1152 | 52.8364 | 0.4498 |
CIE-Lab | 41.7371 | 60.3595 | -2.0950 |
#b62668 color RGB value is (182,38,104).
#b62668 hex color red value is 182, green value is 38 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #b62668 hue: 0.92 , saturation: 0.65 and the lightness value of b62668 is 0.43.
The process color (four color CMYK) of #b62668 color hex is 0.00, 0.79, 0.43, 0.29. Web safe color of #b62668 is #cc3366. Color #b62668 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 00100110 | 01101000 |
Octal | 266 | 46 | 150 |
Decimal | 182 | 38 | 104 |
Hex | B6 | 26 | 68 |
Shades of #b62668
Tints of #b62668
RGB Percentages of Color #b62668
CMYK Percentages of Color #b62668
Complementary Color
#b62668 | #26b674 |
#b62668 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b62668 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b62668 Color CSS Codes
.mybgcolor {background-color:#b62668; } .myforecolor {color:#b62668; } .mybordercolor {border:3px solid #b62668; }
#b62668 Text Font Color
<p style="color:#b62668">Text here</p>
This sample text font color is #b62668
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.
#b62668 Background Color
<div style="background-color:#b62668">
Div content here</div>
This div background color is #b62668
#b62668 Border Color
<div style="border:3px solid #b62668">
Div here</div>
This div border color is #b62668
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,38,104, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b62668; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b62668; -webkit-box-shadow: 1px 1px 3px 2px #b62668; box-shadow: 1px 1px 3px 2px #b62668; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,38,104, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b62668">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b62668; -webkit-box-shadow: 1px 1px 3px 2px #b62668; box-shadow: 1px 1px 3px 2px #b62668;">
Div content here</div>
This div box has shadow with color #b62668
Comments
No comments written yet.
Please login to write comment.