Color spaces of #b62869
RGB | 182 | 40 | 105 |
---|---|---|---|
HSL | 0.92 | 0.64 | 0.44 |
HSV | 333° | 78° | 71° |
CMYK | 0.00 | 0.78 | 0.42 0.29 |
XYZ | 22.6000 | 12.4826 | 14.5828 |
Yxy | 12.4826 | 0.4550 | 0.2513 |
Hunter Lab | 35.3307 | 52.3523 | 0.2595 |
CIE-Lab | 41.9731 | 59.8770 | -2.3734 |
#b62869 color RGB value is (182,40,105).
#b62869 hex color red value is 182, green value is 40 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #b62869 hue: 0.92 , saturation: 0.64 and the lightness value of b62869 is 0.44.
The process color (four color CMYK) of #b62869 color hex is 0.00, 0.78, 0.42, 0.29. Web safe color of #b62869 is #cc3366. Color #b62869 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 00101000 | 01101001 |
Octal | 266 | 50 | 151 |
Decimal | 182 | 40 | 105 |
Hex | B6 | 28 | 69 |
Shades of #b62869
Tints of #b62869
RGB Percentages of Color #b62869
CMYK Percentages of Color #b62869
Complementary Color
#b62869 | #28b675 |
#b62869 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b62869 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b62869 Color CSS Codes
.mybgcolor {background-color:#b62869; } .myforecolor {color:#b62869; } .mybordercolor {border:3px solid #b62869; }
#b62869 Text Font Color
<p style="color:#b62869">Text here</p>
This sample text font color is #b62869
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.
#b62869 Background Color
<div style="background-color:#b62869">
Div content here</div>
This div background color is #b62869
#b62869 Border Color
<div style="border:3px solid #b62869">
Div here</div>
This div border color is #b62869
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,40,105, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b62869; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b62869; -webkit-box-shadow: 1px 1px 3px 2px #b62869; box-shadow: 1px 1px 3px 2px #b62869; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,40,105, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b62869">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b62869; -webkit-box-shadow: 1px 1px 3px 2px #b62869; box-shadow: 1px 1px 3px 2px #b62869;">
Div content here</div>
This div box has shadow with color #b62869
Comments
No comments written yet.
Please login to write comment.