Color spaces of #874fae
RGB | 135 | 79 | 174 |
---|---|---|---|
HSL | 0.76 | 0.38 | 0.50 |
HSV | 275° | 55° | 68° |
CMYK | 0.22 | 0.55 | 0.00 0.32 |
XYZ | 20.4276 | 13.7989 | 41.6312 |
Yxy | 13.7989 | 0.2693 | 0.1819 |
Hunter Lab | 37.1469 | 33.1527 | -40.4446 |
CIE-Lab | 43.9431 | 41.1240 | -41.8106 |
#874fae color RGB value is (135,79,174).
#874fae hex color red value is 135, green value is 79 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #874fae hue: 0.76 , saturation: 0.38 and the lightness value of 874fae is 0.50.
The process color (four color CMYK) of #874fae color hex is 0.22, 0.55, 0.00, 0.32. Web safe color of #874fae is #996699. Color #874fae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000111 | 01001111 | 10101110 |
Octal | 207 | 117 | 256 |
Decimal | 135 | 79 | 174 |
Hex | 87 | 4F | AE |
Shades of #874fae
Tints of #874fae
RGB Percentages of Color #874fae
CMYK Percentages of Color #874fae
Complementary Color
#874fae | #76ae4f |
#874fae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#874fae Color Preview on White Background
Lorem ipsum dolor sit amet.
#874fae Color CSS Codes
.mybgcolor {background-color:#874fae; } .myforecolor {color:#874fae; } .mybordercolor {border:3px solid #874fae; }
#874fae Text Font Color
<p style="color:#874fae">Text here</p>
This sample text font color is #874fae
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.
#874fae Background Color
<div style="background-color:#874fae">
Div content here</div>
This div background color is #874fae
#874fae Border Color
<div style="border:3px solid #874fae">
Div here</div>
This div border color is #874fae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(135,79,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #874fae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #874fae; -webkit-box-shadow: 1px 1px 3px 2px #874fae; box-shadow: 1px 1px 3px 2px #874fae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(135,79,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #874fae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #874fae; -webkit-box-shadow: 1px 1px 3px 2px #874fae; box-shadow: 1px 1px 3px 2px #874fae;">
Div content here</div>
This div box has shadow with color #874fae
Comments
No comments written yet.
Please login to write comment.