Color spaces of #b483ce
RGB | 180 | 131 | 206 |
---|---|---|---|
HSL | 0.78 | 0.43 | 0.66 |
HSV | 279° | 36° | 81° |
CMYK | 0.13 | 0.36 | 0.00 0.19 |
XYZ | 38.0793 | 30.3921 | 62.2518 |
Yxy | 30.3921 | 0.2913 | 0.2325 |
Hunter Lab | 55.1290 | 26.8196 | -28.3601 |
CIE-Lab | 61.9911 | 32.4300 | -31.5272 |
#b483ce color RGB value is (180,131,206).
#b483ce hex color red value is 180, green value is 131 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b483ce hue: 0.78 , saturation: 0.43 and the lightness value of b483ce is 0.66.
The process color (four color CMYK) of #b483ce color hex is 0.13, 0.36, 0.00, 0.19. Web safe color of #b483ce is #cc99cc. Color #b483ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 10000011 | 11001110 |
Octal | 264 | 203 | 316 |
Decimal | 180 | 131 | 206 |
Hex | B4 | 83 | CE |
Shades of #b483ce
Tints of #b483ce
RGB Percentages of Color #b483ce
CMYK Percentages of Color #b483ce
Complementary Color
#b483ce | #9dce83 |
#b483ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b483ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#b483ce Color CSS Codes
.mybgcolor {background-color:#b483ce; } .myforecolor {color:#b483ce; } .mybordercolor {border:3px solid #b483ce; }
#b483ce Text Font Color
<p style="color:#b483ce">Text here</p>
This sample text font color is #b483ce
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.
#b483ce Background Color
<div style="background-color:#b483ce">
Div content here</div>
This div background color is #b483ce
#b483ce Border Color
<div style="border:3px solid #b483ce">
Div here</div>
This div border color is #b483ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,131,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b483ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b483ce; -webkit-box-shadow: 1px 1px 3px 2px #b483ce; box-shadow: 1px 1px 3px 2px #b483ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,131,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 #b483ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b483ce; -webkit-box-shadow: 1px 1px 3px 2px #b483ce; box-shadow: 1px 1px 3px 2px #b483ce;">
Div content here</div>
This div box has shadow with color #b483ce
Comments
No comments written yet.
Please login to write comment.