Color spaces of #8635cc
RGB | 134 | 53 | 204 |
---|---|---|---|
HSL | 0.76 | 0.60 | 0.50 |
HSV | 272° | 74° | 80° |
CMYK | 0.34 | 0.74 | 0.00 0.20 |
XYZ | 22.0037 | 11.9742 | 58.2783 |
Yxy | 11.9742 | 0.2385 | 0.1298 |
Hunter Lab | 34.6038 | 52.9473 | -75.6313 |
CIE-Lab | 41.1751 | 60.5680 | -63.8071 |
#8635cc color RGB value is (134,53,204).
#8635cc hex color red value is 134, green value is 53 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8635cc hue: 0.76 , saturation: 0.60 and the lightness value of 8635cc is 0.50.
The process color (four color CMYK) of #8635cc color hex is 0.34, 0.74, 0.00, 0.20. Web safe color of #8635cc is #9933cc. Color #8635cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000110 | 00110101 | 11001100 |
Octal | 206 | 65 | 314 |
Decimal | 134 | 53 | 204 |
Hex | 86 | 35 | CC |
Shades of #8635cc
Tints of #8635cc
RGB Percentages of Color #8635cc
CMYK Percentages of Color #8635cc
Complementary Color
#8635cc | #7bcc35 |
#8635cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8635cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#8635cc Color CSS Codes
.mybgcolor {background-color:#8635cc; } .myforecolor {color:#8635cc; } .mybordercolor {border:3px solid #8635cc; }
#8635cc Text Font Color
<p style="color:#8635cc">Text here</p>
This sample text font color is #8635cc
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.
#8635cc Background Color
<div style="background-color:#8635cc">
Div content here</div>
This div background color is #8635cc
#8635cc Border Color
<div style="border:3px solid #8635cc">
Div here</div>
This div border color is #8635cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(134,53,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8635cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8635cc; -webkit-box-shadow: 1px 1px 3px 2px #8635cc; box-shadow: 1px 1px 3px 2px #8635cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(134,53,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8635cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8635cc; -webkit-box-shadow: 1px 1px 3px 2px #8635cc; box-shadow: 1px 1px 3px 2px #8635cc;">
Div content here</div>
This div box has shadow with color #8635cc
Comments
No comments written yet.
Please login to write comment.