Color spaces of #a674bf
RGB | 166 | 116 | 191 |
---|---|---|---|
HSL | 0.78 | 0.37 | 0.60 |
HSV | 280° | 39° | 75° |
CMYK | 0.13 | 0.39 | 0.00 0.25 |
XYZ | 31.3752 | 24.3594 | 52.3384 |
Yxy | 24.3594 | 0.2903 | 0.2254 |
Hunter Lab | 49.3552 | 27.1010 | -28.3250 |
CIE-Lab | 56.4459 | 33.2901 | -31.7625 |
#a674bf color RGB value is (166,116,191).
#a674bf hex color red value is 166, green value is 116 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a674bf hue: 0.78 , saturation: 0.37 and the lightness value of a674bf is 0.60.
The process color (four color CMYK) of #a674bf color hex is 0.13, 0.39, 0.00, 0.25. Web safe color of #a674bf is #9966cc. Color #a674bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100110 | 01110100 | 10111111 |
Octal | 246 | 164 | 277 |
Decimal | 166 | 116 | 191 |
Hex | A6 | 74 | BF |
Shades of #a674bf
Tints of #a674bf
RGB Percentages of Color #a674bf
CMYK Percentages of Color #a674bf
Complementary Color
#a674bf | #8dbf74 |
#a674bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a674bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#a674bf Color CSS Codes
.mybgcolor {background-color:#a674bf; } .myforecolor {color:#a674bf; } .mybordercolor {border:3px solid #a674bf; }
#a674bf Text Font Color
<p style="color:#a674bf">Text here</p>
This sample text font color is #a674bf
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.
#a674bf Background Color
<div style="background-color:#a674bf">
Div content here</div>
This div background color is #a674bf
#a674bf Border Color
<div style="border:3px solid #a674bf">
Div here</div>
This div border color is #a674bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(166,116,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a674bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a674bf; -webkit-box-shadow: 1px 1px 3px 2px #a674bf; box-shadow: 1px 1px 3px 2px #a674bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(166,116,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a674bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a674bf; -webkit-box-shadow: 1px 1px 3px 2px #a674bf; box-shadow: 1px 1px 3px 2px #a674bf;">
Div content here</div>
This div box has shadow with color #a674bf
Comments
No comments written yet.
Please login to write comment.