Color spaces of #a74ebb
RGB | 167 | 78 | 187 |
---|---|---|---|
HSL | 0.80 | 0.44 | 0.52 |
HSV | 289° | 58° | 73° |
CMYK | 0.11 | 0.58 | 0.00 0.27 |
XYZ | 27.6304 | 17.2521 | 48.8874 |
Yxy | 17.2521 | 0.2947 | 0.1840 |
Hunter Lab | 41.5356 | 46.0546 | -40.7093 |
CIE-Lab | 48.5761 | 52.8770 | -41.8090 |
#a74ebb color RGB value is (167,78,187).
#a74ebb hex color red value is 167, green value is 78 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a74ebb hue: 0.80 , saturation: 0.44 and the lightness value of a74ebb is 0.52.
The process color (four color CMYK) of #a74ebb color hex is 0.11, 0.58, 0.00, 0.27. Web safe color of #a74ebb is #9966cc. Color #a74ebb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100111 | 01001110 | 10111011 |
Octal | 247 | 116 | 273 |
Decimal | 167 | 78 | 187 |
Hex | A7 | 4E | BB |
Shades of #a74ebb
Tints of #a74ebb
RGB Percentages of Color #a74ebb
CMYK Percentages of Color #a74ebb
Complementary Color
#a74ebb | #62bb4e |
#a74ebb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a74ebb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a74ebb Color CSS Codes
.mybgcolor {background-color:#a74ebb; } .myforecolor {color:#a74ebb; } .mybordercolor {border:3px solid #a74ebb; }
#a74ebb Text Font Color
<p style="color:#a74ebb">Text here</p>
This sample text font color is #a74ebb
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.
#a74ebb Background Color
<div style="background-color:#a74ebb">
Div content here</div>
This div background color is #a74ebb
#a74ebb Border Color
<div style="border:3px solid #a74ebb">
Div here</div>
This div border color is #a74ebb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(167,78,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a74ebb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a74ebb; -webkit-box-shadow: 1px 1px 3px 2px #a74ebb; box-shadow: 1px 1px 3px 2px #a74ebb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(167,78,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a74ebb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a74ebb; -webkit-box-shadow: 1px 1px 3px 2px #a74ebb; box-shadow: 1px 1px 3px 2px #a74ebb;">
Div content here</div>
This div box has shadow with color #a74ebb
Comments
No comments written yet.
Please login to write comment.