Color spaces of #571beb
RGB | 87 | 27 | 235 |
---|---|---|---|
HSL | 0.71 | 0.84 | 0.51 |
HSV | 257° | 89° | 92° |
CMYK | 0.63 | 0.89 | 0.00 0.08 |
XYZ | 19.3178 | 8.8083 | 79.2793 |
Yxy | 8.8083 | 0.1799 | 0.0820 |
Hunter Lab | 29.6788 | 64.2471 | -137.6030 |
CIE-Lab | 35.6126 | 71.5067 | -90.9399 |
#571beb color RGB value is (87,27,235).
#571beb hex color red value is 87, green value is 27 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #571beb hue: 0.71 , saturation: 0.84 and the lightness value of 571beb is 0.51.
The process color (four color CMYK) of #571beb color hex is 0.63, 0.89, 0.00, 0.08. Web safe color of #571beb is #6633ff. Color #571beb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010111 | 00011011 | 11101011 |
Octal | 127 | 33 | 353 |
Decimal | 87 | 27 | 235 |
Hex | 57 | 1B | EB |
Shades of #571beb
Tints of #571beb
RGB Percentages of Color #571beb
CMYK Percentages of Color #571beb
Complementary Color
#571beb | #afeb1b |
#571beb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#571beb Color Preview on White Background
Lorem ipsum dolor sit amet.
#571beb Color CSS Codes
.mybgcolor {background-color:#571beb; } .myforecolor {color:#571beb; } .mybordercolor {border:3px solid #571beb; }
#571beb Text Font Color
<p style="color:#571beb">Text here</p>
This sample text font color is #571beb
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.
#571beb Background Color
<div style="background-color:#571beb">
Div content here</div>
This div background color is #571beb
#571beb Border Color
<div style="border:3px solid #571beb">
Div here</div>
This div border color is #571beb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(87,27,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #571beb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #571beb; -webkit-box-shadow: 1px 1px 3px 2px #571beb; box-shadow: 1px 1px 3px 2px #571beb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(87,27,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #571beb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #571beb; -webkit-box-shadow: 1px 1px 3px 2px #571beb; box-shadow: 1px 1px 3px 2px #571beb;">
Div content here</div>
This div box has shadow with color #571beb
Comments
No comments written yet.
Please login to write comment.