Color spaces of #b92dce
RGB | 185 | 45 | 206 |
---|---|---|---|
HSL | 0.81 | 0.64 | 0.49 |
HSV | 292° | 78° | 81° |
CMYK | 0.10 | 0.78 | 0.00 0.19 |
XYZ | 32.0865 | 16.6473 | 59.9146 |
Yxy | 16.6473 | 0.2953 | 0.1532 |
Hunter Lab | 40.8011 | 68.9727 | -58.5039 |
CIE-Lab | 47.8125 | 73.0946 | -53.8691 |
#b92dce color RGB value is (185,45,206).
#b92dce hex color red value is 185, green value is 45 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b92dce hue: 0.81 , saturation: 0.64 and the lightness value of b92dce is 0.49.
The process color (four color CMYK) of #b92dce color hex is 0.10, 0.78, 0.00, 0.19. Web safe color of #b92dce is #cc33cc. Color #b92dce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 00101101 | 11001110 |
Octal | 271 | 55 | 316 |
Decimal | 185 | 45 | 206 |
Hex | B9 | 2D | CE |
Shades of #b92dce
Tints of #b92dce
RGB Percentages of Color #b92dce
CMYK Percentages of Color #b92dce
Complementary Color
#b92dce | #42ce2d |
#b92dce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b92dce Color Preview on White Background
Lorem ipsum dolor sit amet.
#b92dce Color CSS Codes
.mybgcolor {background-color:#b92dce; } .myforecolor {color:#b92dce; } .mybordercolor {border:3px solid #b92dce; }
#b92dce Text Font Color
<p style="color:#b92dce">Text here</p>
This sample text font color is #b92dce
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.
#b92dce Background Color
<div style="background-color:#b92dce">
Div content here</div>
This div background color is #b92dce
#b92dce Border Color
<div style="border:3px solid #b92dce">
Div here</div>
This div border color is #b92dce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,45,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b92dce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b92dce; -webkit-box-shadow: 1px 1px 3px 2px #b92dce; box-shadow: 1px 1px 3px 2px #b92dce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,45,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b92dce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b92dce; -webkit-box-shadow: 1px 1px 3px 2px #b92dce; box-shadow: 1px 1px 3px 2px #b92dce;">
Div content here</div>
This div box has shadow with color #b92dce
Comments
No comments written yet.
Please login to write comment.