Color spaces of #b62ecf
RGB | 182 | 46 | 207 |
---|---|---|---|
HSL | 0.81 | 0.64 | 0.50 |
HSV | 291° | 78° | 81° |
CMYK | 0.12 | 0.78 | 0.00 0.19 |
XYZ | 31.5309 | 16.4041 | 60.5359 |
Yxy | 16.4041 | 0.2907 | 0.1512 |
Hunter Lab | 40.5020 | 68.0843 | -60.2659 |
CIE-Lab | 47.5003 | 72.4194 | -54.9720 |
#b62ecf color RGB value is (182,46,207).
#b62ecf hex color red value is 182, green value is 46 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b62ecf hue: 0.81 , saturation: 0.64 and the lightness value of b62ecf is 0.50.
The process color (four color CMYK) of #b62ecf color hex is 0.12, 0.78, 0.00, 0.19. Web safe color of #b62ecf is #cc33cc. Color #b62ecf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 00101110 | 11001111 |
Octal | 266 | 56 | 317 |
Decimal | 182 | 46 | 207 |
Hex | B6 | 2E | CF |
Shades of #b62ecf
Tints of #b62ecf
RGB Percentages of Color #b62ecf
CMYK Percentages of Color #b62ecf
Complementary Color
#b62ecf | #47cf2e |
#b62ecf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b62ecf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b62ecf Color CSS Codes
.mybgcolor {background-color:#b62ecf; } .myforecolor {color:#b62ecf; } .mybordercolor {border:3px solid #b62ecf; }
#b62ecf Text Font Color
<p style="color:#b62ecf">Text here</p>
This sample text font color is #b62ecf
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.
#b62ecf Background Color
<div style="background-color:#b62ecf">
Div content here</div>
This div background color is #b62ecf
#b62ecf Border Color
<div style="border:3px solid #b62ecf">
Div here</div>
This div border color is #b62ecf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,46,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b62ecf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b62ecf; -webkit-box-shadow: 1px 1px 3px 2px #b62ecf; box-shadow: 1px 1px 3px 2px #b62ecf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,46,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 #b62ecf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b62ecf; -webkit-box-shadow: 1px 1px 3px 2px #b62ecf; box-shadow: 1px 1px 3px 2px #b62ecf;">
Div content here</div>
This div box has shadow with color #b62ecf
Comments
No comments written yet.
Please login to write comment.