Color spaces of #7e61cd
RGB | 126 | 97 | 205 |
---|---|---|---|
HSL | 0.71 | 0.52 | 0.59 |
HSV | 256° | 53° | 80° |
CMYK | 0.39 | 0.53 | 0.00 0.20 |
XYZ | 23.8983 | 17.3928 | 59.8552 |
Yxy | 17.3928 | 0.2363 | 0.1720 |
Hunter Lab | 41.7047 | 29.3038 | -55.9007 |
CIE-Lab | 48.7512 | 36.4825 | -52.1965 |
#7e61cd color RGB value is (126,97,205).
#7e61cd hex color red value is 126, green value is 97 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7e61cd hue: 0.71 , saturation: 0.52 and the lightness value of 7e61cd is 0.59.
The process color (four color CMYK) of #7e61cd color hex is 0.39, 0.53, 0.00, 0.20. Web safe color of #7e61cd is #6666cc. Color #7e61cd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111110 | 01100001 | 11001101 |
Octal | 176 | 141 | 315 |
Decimal | 126 | 97 | 205 |
Hex | 7E | 61 | CD |
Shades of #7e61cd
Tints of #7e61cd
RGB Percentages of Color #7e61cd
CMYK Percentages of Color #7e61cd
Complementary Color
#7e61cd | #b0cd61 |
#7e61cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7e61cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#7e61cd Color CSS Codes
.mybgcolor {background-color:#7e61cd; } .myforecolor {color:#7e61cd; } .mybordercolor {border:3px solid #7e61cd; }
#7e61cd Text Font Color
<p style="color:#7e61cd">Text here</p>
This sample text font color is #7e61cd
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.
#7e61cd Background Color
<div style="background-color:#7e61cd">
Div content here</div>
This div background color is #7e61cd
#7e61cd Border Color
<div style="border:3px solid #7e61cd">
Div here</div>
This div border color is #7e61cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(126,97,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7e61cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7e61cd; -webkit-box-shadow: 1px 1px 3px 2px #7e61cd; box-shadow: 1px 1px 3px 2px #7e61cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(126,97,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7e61cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7e61cd; -webkit-box-shadow: 1px 1px 3px 2px #7e61cd; box-shadow: 1px 1px 3px 2px #7e61cd;">
Div content here</div>
This div box has shadow with color #7e61cd
Comments
No comments written yet.
Please login to write comment.