Color spaces of #b081cf
RGB | 176 | 129 | 207 |
---|---|---|---|
HSL | 0.77 | 0.45 | 0.66 |
HSV | 276° | 38° | 81° |
CMYK | 0.15 | 0.38 | 0.00 0.19 |
XYZ | 37.0172 | 29.4356 | 62.7621 |
Yxy | 29.4356 | 0.2865 | 0.2278 |
Hunter Lab | 54.2546 | 26.8427 | -30.6089 |
CIE-Lab | 61.1642 | 32.5350 | -33.4053 |
#b081cf color RGB value is (176,129,207).
#b081cf hex color red value is 176, green value is 129 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b081cf hue: 0.77 , saturation: 0.45 and the lightness value of b081cf is 0.66.
The process color (four color CMYK) of #b081cf color hex is 0.15, 0.38, 0.00, 0.19. Web safe color of #b081cf is #9999cc. Color #b081cf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 10000001 | 11001111 |
Octal | 260 | 201 | 317 |
Decimal | 176 | 129 | 207 |
Hex | B0 | 81 | CF |
Shades of #b081cf
Tints of #b081cf
RGB Percentages of Color #b081cf
CMYK Percentages of Color #b081cf
Complementary Color
#b081cf | #a0cf81 |
#b081cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b081cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b081cf Color CSS Codes
.mybgcolor {background-color:#b081cf; } .myforecolor {color:#b081cf; } .mybordercolor {border:3px solid #b081cf; }
#b081cf Text Font Color
<p style="color:#b081cf">Text here</p>
This sample text font color is #b081cf
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.
#b081cf Background Color
<div style="background-color:#b081cf">
Div content here</div>
This div background color is #b081cf
#b081cf Border Color
<div style="border:3px solid #b081cf">
Div here</div>
This div border color is #b081cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,129,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b081cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b081cf; -webkit-box-shadow: 1px 1px 3px 2px #b081cf; box-shadow: 1px 1px 3px 2px #b081cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,129,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b081cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b081cf; -webkit-box-shadow: 1px 1px 3px 2px #b081cf; box-shadow: 1px 1px 3px 2px #b081cf;">
Div content here</div>
This div box has shadow with color #b081cf
#b081cf Color Palettes
Comments
No comments written yet.
Please login to write comment.