Color spaces of #b349ee
RGB | 179 | 73 | 238 |
---|---|---|---|
HSL | 0.77 | 0.83 | 0.61 |
HSV | 279° | 69° | 93° |
CMYK | 0.25 | 0.69 | 0.00 0.07 |
XYZ | 36.4056 | 20.5218 | 82.9312 |
Yxy | 20.5218 | 0.2603 | 0.1467 |
Hunter Lab | 45.3010 | 64.1726 | -76.8298 |
CIE-Lab | 52.4221 | 68.1941 | -64.6793 |
#b349ee color RGB value is (179,73,238).
#b349ee hex color red value is 179, green value is 73 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b349ee hue: 0.77 , saturation: 0.83 and the lightness value of b349ee is 0.61.
The process color (four color CMYK) of #b349ee color hex is 0.25, 0.69, 0.00, 0.07. Web safe color of #b349ee is #cc33ff. Color #b349ee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 01001001 | 11101110 |
Octal | 263 | 111 | 356 |
Decimal | 179 | 73 | 238 |
Hex | B3 | 49 | EE |
Shades of #b349ee
Tints of #b349ee
RGB Percentages of Color #b349ee
CMYK Percentages of Color #b349ee
Complementary Color
#b349ee | #84ee49 |
#b349ee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b349ee Color Preview on White Background
Lorem ipsum dolor sit amet.
#b349ee Color CSS Codes
.mybgcolor {background-color:#b349ee; } .myforecolor {color:#b349ee; } .mybordercolor {border:3px solid #b349ee; }
#b349ee Text Font Color
<p style="color:#b349ee">Text here</p>
This sample text font color is #b349ee
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.
#b349ee Background Color
<div style="background-color:#b349ee">
Div content here</div>
This div background color is #b349ee
#b349ee Border Color
<div style="border:3px solid #b349ee">
Div here</div>
This div border color is #b349ee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,73,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b349ee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b349ee; -webkit-box-shadow: 1px 1px 3px 2px #b349ee; box-shadow: 1px 1px 3px 2px #b349ee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,73,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b349ee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b349ee; -webkit-box-shadow: 1px 1px 3px 2px #b349ee; box-shadow: 1px 1px 3px 2px #b349ee;">
Div content here</div>
This div box has shadow with color #b349ee
Comments
No comments written yet.
Please login to write comment.