Color spaces of #a725ce
RGB | 167 | 37 | 206 |
---|---|---|---|
HSL | 0.79 | 0.70 | 0.48 |
HSV | 286° | 82° | 81° |
CMYK | 0.19 | 0.82 | 0.00 0.19 |
XYZ | 27.7385 | 13.9949 | 59.6318 |
Yxy | 13.9949 | 0.2736 | 0.1381 |
Hunter Lab | 37.4098 | 66.8867 | -68.3225 |
CIE-Lab | 44.2256 | 72.0605 | -59.7951 |
#a725ce color RGB value is (167,37,206).
#a725ce hex color red value is 167, green value is 37 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a725ce hue: 0.79 , saturation: 0.70 and the lightness value of a725ce is 0.48.
The process color (four color CMYK) of #a725ce color hex is 0.19, 0.82, 0.00, 0.19. Web safe color of #a725ce is #9933cc. Color #a725ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100111 | 00100101 | 11001110 |
Octal | 247 | 45 | 316 |
Decimal | 167 | 37 | 206 |
Hex | A7 | 25 | CE |
Shades of #a725ce
Tints of #a725ce
RGB Percentages of Color #a725ce
CMYK Percentages of Color #a725ce
Complementary Color
#a725ce | #4cce25 |
#a725ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a725ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#a725ce Color CSS Codes
.mybgcolor {background-color:#a725ce; } .myforecolor {color:#a725ce; } .mybordercolor {border:3px solid #a725ce; }
#a725ce Text Font Color
<p style="color:#a725ce">Text here</p>
This sample text font color is #a725ce
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.
#a725ce Background Color
<div style="background-color:#a725ce">
Div content here</div>
This div background color is #a725ce
#a725ce Border Color
<div style="border:3px solid #a725ce">
Div here</div>
This div border color is #a725ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(167,37,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a725ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a725ce; -webkit-box-shadow: 1px 1px 3px 2px #a725ce; box-shadow: 1px 1px 3px 2px #a725ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(167,37,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a725ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a725ce; -webkit-box-shadow: 1px 1px 3px 2px #a725ce; box-shadow: 1px 1px 3px 2px #a725ce;">
Div content here</div>
This div box has shadow with color #a725ce
Comments
No comments written yet.
Please login to write comment.