Color spaces of #b75fef
RGB | 183 | 95 | 239 |
---|---|---|---|
HSL | 0.77 | 0.82 | 0.65 |
HSV | 277° | 60° | 94° |
CMYK | 0.23 | 0.60 | 0.00 0.06 |
XYZ | 39.2006 | 24.4837 | 84.3211 |
Yxy | 24.4837 | 0.2649 | 0.1654 |
Hunter Lab | 49.4810 | 54.8222 | -66.4000 |
CIE-Lab | 56.5689 | 59.3847 | -58.5444 |
#b75fef color RGB value is (183,95,239).
#b75fef hex color red value is 183, green value is 95 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b75fef hue: 0.77 , saturation: 0.82 and the lightness value of b75fef is 0.65.
The process color (four color CMYK) of #b75fef color hex is 0.23, 0.60, 0.00, 0.06. Web safe color of #b75fef is #cc66ff. Color #b75fef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 01011111 | 11101111 |
Octal | 267 | 137 | 357 |
Decimal | 183 | 95 | 239 |
Hex | B7 | 5F | EF |
Shades of #b75fef
Tints of #b75fef
RGB Percentages of Color #b75fef
CMYK Percentages of Color #b75fef
Complementary Color
#b75fef | #97ef5f |
#b75fef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b75fef Color Preview on White Background
Lorem ipsum dolor sit amet.
#b75fef Color CSS Codes
.mybgcolor {background-color:#b75fef; } .myforecolor {color:#b75fef; } .mybordercolor {border:3px solid #b75fef; }
#b75fef Text Font Color
<p style="color:#b75fef">Text here</p>
This sample text font color is #b75fef
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.
#b75fef Background Color
<div style="background-color:#b75fef">
Div content here</div>
This div background color is #b75fef
#b75fef Border Color
<div style="border:3px solid #b75fef">
Div here</div>
This div border color is #b75fef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183,95,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b75fef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b75fef; -webkit-box-shadow: 1px 1px 3px 2px #b75fef; box-shadow: 1px 1px 3px 2px #b75fef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(183,95,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b75fef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b75fef; -webkit-box-shadow: 1px 1px 3px 2px #b75fef; box-shadow: 1px 1px 3px 2px #b75fef;">
Div content here</div>
This div box has shadow with color #b75fef
Comments
No comments written yet.
Please login to write comment.