Color spaces of #b78adf
RGB | 183 | 138 | 223 |
---|---|---|---|
HSL | 0.75 | 0.57 | 0.71 |
HSV | 272° | 38° | 87° |
CMYK | 0.18 | 0.38 | 0.00 0.13 |
XYZ | 41.9362 | 33.5720 | 74.0818 |
Yxy | 33.5720 | 0.2803 | 0.2244 |
Hunter Lab | 57.9413 | 27.7956 | -35.2472 |
CIE-Lab | 64.6214 | 33.1390 | -36.9035 |
#b78adf color RGB value is (183,138,223).
#b78adf hex color red value is 183, green value is 138 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b78adf hue: 0.75 , saturation: 0.57 and the lightness value of b78adf is 0.71.
The process color (four color CMYK) of #b78adf color hex is 0.18, 0.38, 0.00, 0.13. Web safe color of #b78adf is #cc99cc. Color #b78adf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 10001010 | 11011111 |
Octal | 267 | 212 | 337 |
Decimal | 183 | 138 | 223 |
Hex | B7 | 8A | DF |
Shades of #b78adf
Tints of #b78adf
RGB Percentages of Color #b78adf
CMYK Percentages of Color #b78adf
Complementary Color
#b78adf | #b2df8a |
#b78adf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b78adf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b78adf Color CSS Codes
.mybgcolor {background-color:#b78adf; } .myforecolor {color:#b78adf; } .mybordercolor {border:3px solid #b78adf; }
#b78adf Text Font Color
<p style="color:#b78adf">Text here</p>
This sample text font color is #b78adf
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.
#b78adf Background Color
<div style="background-color:#b78adf">
Div content here</div>
This div background color is #b78adf
#b78adf Border Color
<div style="border:3px solid #b78adf">
Div here</div>
This div border color is #b78adf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183,138,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b78adf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b78adf; -webkit-box-shadow: 1px 1px 3px 2px #b78adf; box-shadow: 1px 1px 3px 2px #b78adf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(183,138,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b78adf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b78adf; -webkit-box-shadow: 1px 1px 3px 2px #b78adf; box-shadow: 1px 1px 3px 2px #b78adf;">
Div content here</div>
This div box has shadow with color #b78adf
Comments
No comments written yet.
Please login to write comment.