Color spaces of #b72dfd
RGB | 183 | 45 | 253 |
---|---|---|---|
HSL | 0.78 | 0.98 | 0.58 |
HSV | 280° | 82° | 99° |
CMYK | 0.28 | 0.82 | 0.00 0.01 |
XYZ | 38.1964 | 19.0359 | 94.5896 |
Yxy | 19.0359 | 0.2516 | 0.1254 |
Hunter Lab | 43.6302 | 79.9166 | -97.9988 |
CIE-Lab | 50.7292 | 81.3501 | -75.7846 |
#b72dfd color RGB value is (183,45,253).
#b72dfd hex color red value is 183, green value is 45 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b72dfd hue: 0.78 , saturation: 0.98 and the lightness value of b72dfd is 0.58.
The process color (four color CMYK) of #b72dfd color hex is 0.28, 0.82, 0.00, 0.01. Web safe color of #b72dfd is #cc33ff. Color #b72dfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 00101101 | 11111101 |
Octal | 267 | 55 | 375 |
Decimal | 183 | 45 | 253 |
Hex | B7 | 2D | FD |
Shades of #b72dfd
Tints of #b72dfd
RGB Percentages of Color #b72dfd
CMYK Percentages of Color #b72dfd
Complementary Color
#b72dfd | #73fd2d |
#b72dfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b72dfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b72dfd Color CSS Codes
.mybgcolor {background-color:#b72dfd; } .myforecolor {color:#b72dfd; } .mybordercolor {border:3px solid #b72dfd; }
#b72dfd Text Font Color
<p style="color:#b72dfd">Text here</p>
This sample text font color is #b72dfd
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.
#b72dfd Background Color
<div style="background-color:#b72dfd">
Div content here</div>
This div background color is #b72dfd
#b72dfd Border Color
<div style="border:3px solid #b72dfd">
Div here</div>
This div border color is #b72dfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183,45,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b72dfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b72dfd; -webkit-box-shadow: 1px 1px 3px 2px #b72dfd; box-shadow: 1px 1px 3px 2px #b72dfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(183,45,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b72dfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b72dfd; -webkit-box-shadow: 1px 1px 3px 2px #b72dfd; box-shadow: 1px 1px 3px 2px #b72dfd;">
Div content here</div>
This div box has shadow with color #b72dfd
Comments
No comments written yet.
Please login to write comment.