Color spaces of #7620ce
RGB | 118 | 32 | 206 |
---|---|---|---|
HSL | 0.75 | 0.73 | 0.47 |
HSV | 270° | 84° | 81° |
CMYK | 0.43 | 0.84 | 0.00 0.19 |
XYZ | 19.1283 | 9.3408 | 59.1873 |
Yxy | 9.3408 | 0.2182 | 0.1066 |
Hunter Lab | 30.5627 | 58.2331 | -93.4262 |
CIE-Lab | 36.6323 | 66.1466 | -72.4794 |
#7620ce color RGB value is (118,32,206).
#7620ce hex color red value is 118, green value is 32 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7620ce hue: 0.75 , saturation: 0.73 and the lightness value of 7620ce is 0.47.
The process color (four color CMYK) of #7620ce color hex is 0.43, 0.84, 0.00, 0.19. Web safe color of #7620ce is #6633cc. Color #7620ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110110 | 00100000 | 11001110 |
Octal | 166 | 40 | 316 |
Decimal | 118 | 32 | 206 |
Hex | 76 | 20 | CE |
Shades of #7620ce
Tints of #7620ce
RGB Percentages of Color #7620ce
CMYK Percentages of Color #7620ce
Complementary Color
#7620ce | #78ce20 |
#7620ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7620ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#7620ce Color CSS Codes
.mybgcolor {background-color:#7620ce; } .myforecolor {color:#7620ce; } .mybordercolor {border:3px solid #7620ce; }
#7620ce Text Font Color
<p style="color:#7620ce">Text here</p>
This sample text font color is #7620ce
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.
#7620ce Background Color
<div style="background-color:#7620ce">
Div content here</div>
This div background color is #7620ce
#7620ce Border Color
<div style="border:3px solid #7620ce">
Div here</div>
This div border color is #7620ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(118,32,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7620ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7620ce; -webkit-box-shadow: 1px 1px 3px 2px #7620ce; box-shadow: 1px 1px 3px 2px #7620ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(118,32,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7620ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7620ce; -webkit-box-shadow: 1px 1px 3px 2px #7620ce; box-shadow: 1px 1px 3px 2px #7620ce;">
Div content here</div>
This div box has shadow with color #7620ce
Comments
No comments written yet.
Please login to write comment.