Color spaces of #714285
RGB | 113 | 66 | 133 |
---|---|---|---|
HSL | 0.78 | 0.34 | 0.39 |
HSV | 282° | 50° | 52° |
CMYK | 0.15 | 0.50 | 0.00 0.48 |
XYZ | 12.9919 | 9.1006 | 23.2621 |
Yxy | 9.1006 | 0.2865 | 0.2007 |
Hunter Lab | 30.1672 | 24.0808 | -24.6018 |
CIE-Lab | 36.1773 | 32.6598 | -29.6011 |
#714285 color RGB value is (113,66,133).
#714285 hex color red value is 113, green value is 66 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #714285 hue: 0.78 , saturation: 0.34 and the lightness value of 714285 is 0.39.
The process color (four color CMYK) of #714285 color hex is 0.15, 0.50, 0.00, 0.48. Web safe color of #714285 is #663399. Color #714285 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 01000010 | 10000101 |
Octal | 161 | 102 | 205 |
Decimal | 113 | 66 | 133 |
Hex | 71 | 42 | 85 |
Shades of #714285
Tints of #714285
RGB Percentages of Color #714285
CMYK Percentages of Color #714285
Complementary Color
#714285 | #568542 |
#714285 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#714285 Color Preview on White Background
Lorem ipsum dolor sit amet.
#714285 Color CSS Codes
.mybgcolor {background-color:#714285; } .myforecolor {color:#714285; } .mybordercolor {border:3px solid #714285; }
#714285 Text Font Color
<p style="color:#714285">Text here</p>
This sample text font color is #714285
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.
#714285 Background Color
<div style="background-color:#714285">
Div content here</div>
This div background color is #714285
#714285 Border Color
<div style="border:3px solid #714285">
Div here</div>
This div border color is #714285
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,66,133, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #714285; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #714285; -webkit-box-shadow: 1px 1px 3px 2px #714285; box-shadow: 1px 1px 3px 2px #714285; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,66,133, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #714285">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #714285; -webkit-box-shadow: 1px 1px 3px 2px #714285; box-shadow: 1px 1px 3px 2px #714285;">
Div content here</div>
This div box has shadow with color #714285
Comments
No comments written yet.
Please login to write comment.