Color spaces of #b75fed
RGB | 183 | 95 | 237 |
---|---|---|---|
HSL | 0.77 | 0.80 | 0.65 |
HSV | 277° | 60° | 93° |
CMYK | 0.23 | 0.60 | 0.00 0.07 |
XYZ | 38.9067 | 24.3661 | 82.7733 |
Yxy | 24.3661 | 0.2664 | 0.1668 |
Hunter Lab | 49.3620 | 54.3085 | -64.8677 |
CIE-Lab | 56.4525 | 58.9538 | -57.6143 |
#b75fed color RGB value is (183,95,237).
#b75fed hex color red value is 183, green value is 95 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b75fed hue: 0.77 , saturation: 0.80 and the lightness value of b75fed is 0.65.
The process color (four color CMYK) of #b75fed color hex is 0.23, 0.60, 0.00, 0.07. Web safe color of #b75fed is #cc66ff. Color #b75fed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 01011111 | 11101101 |
Octal | 267 | 137 | 355 |
Decimal | 183 | 95 | 237 |
Hex | B7 | 5F | ED |
Shades of #b75fed
Tints of #b75fed
RGB Percentages of Color #b75fed
CMYK Percentages of Color #b75fed
Complementary Color
#b75fed | #95ed5f |
#b75fed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b75fed Color Preview on White Background
Lorem ipsum dolor sit amet.
#b75fed Color CSS Codes
.mybgcolor {background-color:#b75fed; } .myforecolor {color:#b75fed; } .mybordercolor {border:3px solid #b75fed; }
#b75fed Text Font Color
<p style="color:#b75fed">Text here</p>
This sample text font color is #b75fed
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.
#b75fed Background Color
<div style="background-color:#b75fed">
Div content here</div>
This div background color is #b75fed
#b75fed Border Color
<div style="border:3px solid #b75fed">
Div here</div>
This div border color is #b75fed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183,95,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b75fed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b75fed; -webkit-box-shadow: 1px 1px 3px 2px #b75fed; box-shadow: 1px 1px 3px 2px #b75fed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(183,95,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b75fed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b75fed; -webkit-box-shadow: 1px 1px 3px 2px #b75fed; box-shadow: 1px 1px 3px 2px #b75fed;">
Div content here</div>
This div box has shadow with color #b75fed
Comments
No comments written yet.
Please login to write comment.