Color spaces of #b738cf
RGB | 183 | 56 | 207 |
---|---|---|---|
HSL | 0.81 | 0.61 | 0.52 |
HSV | 290° | 73° | 81° |
CMYK | 0.12 | 0.73 | 0.00 0.19 |
XYZ | 32.2051 | 17.4006 | 60.6927 |
Yxy | 17.4006 | 0.2920 | 0.1578 |
Hunter Lab | 41.7140 | 64.8105 | -57.0654 |
CIE-Lab | 48.7609 | 69.4353 | -52.9404 |
#b738cf color RGB value is (183,56,207).
#b738cf hex color red value is 183, green value is 56 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b738cf hue: 0.81 , saturation: 0.61 and the lightness value of b738cf is 0.52.
The process color (four color CMYK) of #b738cf color hex is 0.12, 0.73, 0.00, 0.19. Web safe color of #b738cf is #cc33cc. Color #b738cf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 00111000 | 11001111 |
Octal | 267 | 70 | 317 |
Decimal | 183 | 56 | 207 |
Hex | B7 | 38 | CF |
Shades of #b738cf
Tints of #b738cf
RGB Percentages of Color #b738cf
CMYK Percentages of Color #b738cf
Complementary Color
#b738cf | #50cf38 |
#b738cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b738cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b738cf Color CSS Codes
.mybgcolor {background-color:#b738cf; } .myforecolor {color:#b738cf; } .mybordercolor {border:3px solid #b738cf; }
#b738cf Text Font Color
<p style="color:#b738cf">Text here</p>
This sample text font color is #b738cf
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.
#b738cf Background Color
<div style="background-color:#b738cf">
Div content here</div>
This div background color is #b738cf
#b738cf Border Color
<div style="border:3px solid #b738cf">
Div here</div>
This div border color is #b738cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183,56,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b738cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b738cf; -webkit-box-shadow: 1px 1px 3px 2px #b738cf; box-shadow: 1px 1px 3px 2px #b738cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(183,56,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b738cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b738cf; -webkit-box-shadow: 1px 1px 3px 2px #b738cf; box-shadow: 1px 1px 3px 2px #b738cf;">
Div content here</div>
This div box has shadow with color #b738cf
Comments
No comments written yet.
Please login to write comment.