Color spaces of #713eed
RGB | 113 | 62 | 237 |
---|---|---|---|
HSL | 0.72 | 0.83 | 0.59 |
HSV | 257° | 74° | 93° |
CMYK | 0.52 | 0.74 | 0.00 0.07 |
XYZ | 23.8187 | 13.0704 | 81.3882 |
Yxy | 13.0704 | 0.2014 | 0.1105 |
Hunter Lab | 36.1530 | 54.3335 | -108.1674 |
CIE-Lab | 42.8691 | 61.4855 | -80.0101 |
#713eed color RGB value is (113,62,237).
#713eed hex color red value is 113, green value is 62 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #713eed hue: 0.72 , saturation: 0.83 and the lightness value of 713eed is 0.59.
The process color (four color CMYK) of #713eed color hex is 0.52, 0.74, 0.00, 0.07. Web safe color of #713eed is #6633ff. Color #713eed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 00111110 | 11101101 |
Octal | 161 | 76 | 355 |
Decimal | 113 | 62 | 237 |
Hex | 71 | 3E | ED |
Shades of #713eed
Tints of #713eed
RGB Percentages of Color #713eed
CMYK Percentages of Color #713eed
Complementary Color
#713eed | #baed3e |
#713eed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#713eed Color Preview on White Background
Lorem ipsum dolor sit amet.
#713eed Color CSS Codes
.mybgcolor {background-color:#713eed; } .myforecolor {color:#713eed; } .mybordercolor {border:3px solid #713eed; }
#713eed Text Font Color
<p style="color:#713eed">Text here</p>
This sample text font color is #713eed
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.
#713eed Background Color
<div style="background-color:#713eed">
Div content here</div>
This div background color is #713eed
#713eed Border Color
<div style="border:3px solid #713eed">
Div here</div>
This div border color is #713eed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,62,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #713eed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #713eed; -webkit-box-shadow: 1px 1px 3px 2px #713eed; box-shadow: 1px 1px 3px 2px #713eed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,62,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #713eed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #713eed; -webkit-box-shadow: 1px 1px 3px 2px #713eed; box-shadow: 1px 1px 3px 2px #713eed;">
Div content here</div>
This div box has shadow with color #713eed
Comments
No comments written yet.
Please login to write comment.