Color spaces of #8636ca
RGB | 134 | 54 | 202 |
---|---|---|---|
HSL | 0.76 | 0.58 | 0.50 |
HSV | 272° | 73° | 79° |
CMYK | 0.34 | 0.73 | 0.00 0.21 |
XYZ | 21.8114 | 11.9709 | 57.0382 |
Yxy | 11.9709 | 0.2402 | 0.1318 |
Hunter Lab | 34.5990 | 51.9792 | -73.5233 |
CIE-Lab | 41.1698 | 59.6936 | -62.6561 |
#8636ca color RGB value is (134,54,202).
#8636ca hex color red value is 134, green value is 54 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #8636ca hue: 0.76 , saturation: 0.58 and the lightness value of 8636ca is 0.50.
The process color (four color CMYK) of #8636ca color hex is 0.34, 0.73, 0.00, 0.21. Web safe color of #8636ca is #9933cc. Color #8636ca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000110 | 00110110 | 11001010 |
Octal | 206 | 66 | 312 |
Decimal | 134 | 54 | 202 |
Hex | 86 | 36 | CA |
Shades of #8636ca
Tints of #8636ca
RGB Percentages of Color #8636ca
CMYK Percentages of Color #8636ca
Complementary Color
#8636ca | #7aca36 |
#8636ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8636ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#8636ca Color CSS Codes
.mybgcolor {background-color:#8636ca; } .myforecolor {color:#8636ca; } .mybordercolor {border:3px solid #8636ca; }
#8636ca Text Font Color
<p style="color:#8636ca">Text here</p>
This sample text font color is #8636ca
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.
#8636ca Background Color
<div style="background-color:#8636ca">
Div content here</div>
This div background color is #8636ca
#8636ca Border Color
<div style="border:3px solid #8636ca">
Div here</div>
This div border color is #8636ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(134,54,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8636ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8636ca; -webkit-box-shadow: 1px 1px 3px 2px #8636ca; box-shadow: 1px 1px 3px 2px #8636ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(134,54,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8636ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8636ca; -webkit-box-shadow: 1px 1px 3px 2px #8636ca; box-shadow: 1px 1px 3px 2px #8636ca;">
Div content here</div>
This div box has shadow with color #8636ca
Comments
No comments written yet.
Please login to write comment.