Color spaces of #b82acd
RGB | 184 | 42 | 205 |
---|---|---|---|
HSL | 0.81 | 0.66 | 0.48 |
HSV | 292° | 80° | 80° |
CMYK | 0.10 | 0.80 | 0.00 0.20 |
XYZ | 31.6146 | 16.2541 | 59.2287 |
Yxy | 16.2541 | 0.2952 | 0.1518 |
Hunter Lab | 40.3164 | 69.4194 | -58.8814 |
CIE-Lab | 47.3061 | 73.5622 | -54.1144 |
#b82acd color RGB value is (184,42,205).
#b82acd hex color red value is 184, green value is 42 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b82acd hue: 0.81 , saturation: 0.66 and the lightness value of b82acd is 0.48.
The process color (four color CMYK) of #b82acd color hex is 0.10, 0.80, 0.00, 0.20. Web safe color of #b82acd is #cc33cc. Color #b82acd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 00101010 | 11001101 |
Octal | 270 | 52 | 315 |
Decimal | 184 | 42 | 205 |
Hex | B8 | 2A | CD |
Shades of #b82acd
Tints of #b82acd
RGB Percentages of Color #b82acd
CMYK Percentages of Color #b82acd
Complementary Color
#b82acd | #3fcd2a |
#b82acd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b82acd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b82acd Color CSS Codes
.mybgcolor {background-color:#b82acd; } .myforecolor {color:#b82acd; } .mybordercolor {border:3px solid #b82acd; }
#b82acd Text Font Color
<p style="color:#b82acd">Text here</p>
This sample text font color is #b82acd
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.
#b82acd Background Color
<div style="background-color:#b82acd">
Div content here</div>
This div background color is #b82acd
#b82acd Border Color
<div style="border:3px solid #b82acd">
Div here</div>
This div border color is #b82acd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,42,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b82acd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b82acd; -webkit-box-shadow: 1px 1px 3px 2px #b82acd; box-shadow: 1px 1px 3px 2px #b82acd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,42,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b82acd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b82acd; -webkit-box-shadow: 1px 1px 3px 2px #b82acd; box-shadow: 1px 1px 3px 2px #b82acd;">
Div content here</div>
This div box has shadow with color #b82acd
Comments
No comments written yet.
Please login to write comment.