Color spaces of #874acc
RGB | 135 | 74 | 204 |
---|---|---|---|
HSL | 0.74 | 0.56 | 0.55 |
HSV | 268° | 64° | 80° |
CMYK | 0.34 | 0.64 | 0.00 0.20 |
XYZ | 23.3395 | 14.4081 | 58.6777 |
Yxy | 14.4081 | 0.2420 | 0.1494 |
Hunter Lab | 37.9580 | 43.3290 | -65.0833 |
CIE-Lab | 44.8126 | 50.9801 | -57.9057 |
#874acc color RGB value is (135,74,204).
#874acc hex color red value is 135, green value is 74 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #874acc hue: 0.74 , saturation: 0.56 and the lightness value of 874acc is 0.55.
The process color (four color CMYK) of #874acc color hex is 0.34, 0.64, 0.00, 0.20. Web safe color of #874acc is #9933cc. Color #874acc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000111 | 01001010 | 11001100 |
Octal | 207 | 112 | 314 |
Decimal | 135 | 74 | 204 |
Hex | 87 | 4A | CC |
Shades of #874acc
Tints of #874acc
RGB Percentages of Color #874acc
CMYK Percentages of Color #874acc
Complementary Color
#874acc | #8fcc4a |
#874acc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#874acc Color Preview on White Background
Lorem ipsum dolor sit amet.
#874acc Color CSS Codes
.mybgcolor {background-color:#874acc; } .myforecolor {color:#874acc; } .mybordercolor {border:3px solid #874acc; }
#874acc Text Font Color
<p style="color:#874acc">Text here</p>
This sample text font color is #874acc
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.
#874acc Background Color
<div style="background-color:#874acc">
Div content here</div>
This div background color is #874acc
#874acc Border Color
<div style="border:3px solid #874acc">
Div here</div>
This div border color is #874acc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(135,74,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #874acc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #874acc; -webkit-box-shadow: 1px 1px 3px 2px #874acc; box-shadow: 1px 1px 3px 2px #874acc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(135,74,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #874acc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #874acc; -webkit-box-shadow: 1px 1px 3px 2px #874acc; box-shadow: 1px 1px 3px 2px #874acc;">
Div content here</div>
This div box has shadow with color #874acc
Comments
No comments written yet.
Please login to write comment.