Color spaces of #714eac
RGB | 113 | 78 | 172 |
---|---|---|---|
HSL | 0.73 | 0.38 | 0.49 |
HSV | 262° | 55° | 67° |
CMYK | 0.34 | 0.55 | 0.00 0.33 |
XYZ | 16.9808 | 11.9380 | 40.4390 |
Yxy | 11.9380 | 0.2448 | 0.1721 |
Hunter Lab | 34.5514 | 27.2615 | -45.2071 |
CIE-Lab | 41.1174 | 35.4111 | -45.2835 |
#714eac color RGB value is (113,78,172).
#714eac hex color red value is 113, green value is 78 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #714eac hue: 0.73 , saturation: 0.38 and the lightness value of 714eac is 0.49.
The process color (four color CMYK) of #714eac color hex is 0.34, 0.55, 0.00, 0.33. Web safe color of #714eac is #666699. Color #714eac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 01001110 | 10101100 |
Octal | 161 | 116 | 254 |
Decimal | 113 | 78 | 172 |
Hex | 71 | 4E | AC |
Shades of #714eac
Tints of #714eac
RGB Percentages of Color #714eac
CMYK Percentages of Color #714eac
Complementary Color
#714eac | #89ac4e |
#714eac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#714eac Color Preview on White Background
Lorem ipsum dolor sit amet.
#714eac Color CSS Codes
.mybgcolor {background-color:#714eac; } .myforecolor {color:#714eac; } .mybordercolor {border:3px solid #714eac; }
#714eac Text Font Color
<p style="color:#714eac">Text here</p>
This sample text font color is #714eac
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.
#714eac Background Color
<div style="background-color:#714eac">
Div content here</div>
This div background color is #714eac
#714eac Border Color
<div style="border:3px solid #714eac">
Div here</div>
This div border color is #714eac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,78,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #714eac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #714eac; -webkit-box-shadow: 1px 1px 3px 2px #714eac; box-shadow: 1px 1px 3px 2px #714eac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,78,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #714eac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #714eac; -webkit-box-shadow: 1px 1px 3px 2px #714eac; box-shadow: 1px 1px 3px 2px #714eac;">
Div content here</div>
This div box has shadow with color #714eac
Comments
No comments written yet.
Please login to write comment.