Color spaces of #b682ce
RGB | 182 | 130 | 206 |
---|---|---|---|
HSL | 0.78 | 0.44 | 0.66 |
HSV | 281° | 37° | 81° |
CMYK | 0.12 | 0.37 | 0.00 0.19 |
XYZ | 38.4146 | 30.3666 | 62.2292 |
Yxy | 30.3666 | 0.2932 | 0.2318 |
Hunter Lab | 55.1059 | 27.9979 | -28.3800 |
CIE-Lab | 61.9693 | 33.6028 | -31.5448 |
#b682ce color RGB value is (182,130,206).
#b682ce hex color red value is 182, green value is 130 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b682ce hue: 0.78 , saturation: 0.44 and the lightness value of b682ce is 0.66.
The process color (four color CMYK) of #b682ce color hex is 0.12, 0.37, 0.00, 0.19. Web safe color of #b682ce is #cc99cc. Color #b682ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 10000010 | 11001110 |
Octal | 266 | 202 | 316 |
Decimal | 182 | 130 | 206 |
Hex | B6 | 82 | CE |
Shades of #b682ce
Tints of #b682ce
RGB Percentages of Color #b682ce
CMYK Percentages of Color #b682ce
Complementary Color
#b682ce | #9ace82 |
#b682ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b682ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#b682ce Color CSS Codes
.mybgcolor {background-color:#b682ce; } .myforecolor {color:#b682ce; } .mybordercolor {border:3px solid #b682ce; }
#b682ce Text Font Color
<p style="color:#b682ce">Text here</p>
This sample text font color is #b682ce
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.
#b682ce Background Color
<div style="background-color:#b682ce">
Div content here</div>
This div background color is #b682ce
#b682ce Border Color
<div style="border:3px solid #b682ce">
Div here</div>
This div border color is #b682ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,130,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b682ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b682ce; -webkit-box-shadow: 1px 1px 3px 2px #b682ce; box-shadow: 1px 1px 3px 2px #b682ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,130,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b682ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b682ce; -webkit-box-shadow: 1px 1px 3px 2px #b682ce; box-shadow: 1px 1px 3px 2px #b682ce;">
Div content here</div>
This div box has shadow with color #b682ce
Comments
No comments written yet.
Please login to write comment.