Color spaces of #b78edc
RGB | 183 | 142 | 220 |
---|---|---|---|
HSL | 0.75 | 0.53 | 0.71 |
HSV | 272° | 35° | 86° |
CMYK | 0.17 | 0.35 | 0.00 0.14 |
XYZ | 42.1197 | 34.5806 | 72.1649 |
Yxy | 34.5806 | 0.2829 | 0.2323 |
Hunter Lab | 58.8053 | 24.9427 | -31.5961 |
CIE-Lab | 65.4208 | 30.2476 | -33.9947 |
#b78edc color RGB value is (183,142,220).
#b78edc hex color red value is 183, green value is 142 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b78edc hue: 0.75 , saturation: 0.53 and the lightness value of b78edc is 0.71.
The process color (four color CMYK) of #b78edc color hex is 0.17, 0.35, 0.00, 0.14. Web safe color of #b78edc is #cc99cc. Color #b78edc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 10001110 | 11011100 |
Octal | 267 | 216 | 334 |
Decimal | 183 | 142 | 220 |
Hex | B7 | 8E | DC |
Shades of #b78edc
Tints of #b78edc
RGB Percentages of Color #b78edc
CMYK Percentages of Color #b78edc
Complementary Color
#b78edc | #b3dc8e |
#b78edc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b78edc Color Preview on White Background
Lorem ipsum dolor sit amet.
#b78edc Color CSS Codes
.mybgcolor {background-color:#b78edc; } .myforecolor {color:#b78edc; } .mybordercolor {border:3px solid #b78edc; }
#b78edc Text Font Color
<p style="color:#b78edc">Text here</p>
This sample text font color is #b78edc
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.
#b78edc Background Color
<div style="background-color:#b78edc">
Div content here</div>
This div background color is #b78edc
#b78edc Border Color
<div style="border:3px solid #b78edc">
Div here</div>
This div border color is #b78edc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183,142,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b78edc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b78edc; -webkit-box-shadow: 1px 1px 3px 2px #b78edc; box-shadow: 1px 1px 3px 2px #b78edc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(183,142,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b78edc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b78edc; -webkit-box-shadow: 1px 1px 3px 2px #b78edc; box-shadow: 1px 1px 3px 2px #b78edc;">
Div content here</div>
This div box has shadow with color #b78edc
Comments
No comments written yet.
Please login to write comment.