Color spaces of #863cdc
RGB | 134 | 60 | 220 |
---|---|---|---|
HSL | 0.74 | 0.70 | 0.55 |
HSV | 268° | 73° | 86° |
CMYK | 0.39 | 0.73 | 0.00 0.14 |
XYZ | 24.3656 | 13.4674 | 69.0254 |
Yxy | 13.4674 | 0.2280 | 0.1260 |
Hunter Lab | 36.6980 | 54.2936 | -85.8303 |
CIE-Lab | 43.4592 | 61.3364 | -69.2932 |
#863cdc color RGB value is (134,60,220).
#863cdc hex color red value is 134, green value is 60 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #863cdc hue: 0.74 , saturation: 0.70 and the lightness value of 863cdc is 0.55.
The process color (four color CMYK) of #863cdc color hex is 0.39, 0.73, 0.00, 0.14. Web safe color of #863cdc is #9933cc. Color #863cdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000110 | 00111100 | 11011100 |
Octal | 206 | 74 | 334 |
Decimal | 134 | 60 | 220 |
Hex | 86 | 3C | DC |
Shades of #863cdc
Tints of #863cdc
RGB Percentages of Color #863cdc
CMYK Percentages of Color #863cdc
Complementary Color
#863cdc | #92dc3c |
#863cdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#863cdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#863cdc Color CSS Codes
.mybgcolor {background-color:#863cdc; } .myforecolor {color:#863cdc; } .mybordercolor {border:3px solid #863cdc; }
#863cdc Text Font Color
<p style="color:#863cdc">Text here</p>
This sample text font color is #863cdc
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.
#863cdc Background Color
<div style="background-color:#863cdc">
Div content here</div>
This div background color is #863cdc
#863cdc Border Color
<div style="border:3px solid #863cdc">
Div here</div>
This div border color is #863cdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(134,60,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #863cdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #863cdc; -webkit-box-shadow: 1px 1px 3px 2px #863cdc; box-shadow: 1px 1px 3px 2px #863cdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(134,60,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #863cdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #863cdc; -webkit-box-shadow: 1px 1px 3px 2px #863cdc; box-shadow: 1px 1px 3px 2px #863cdc;">
Div content here</div>
This div box has shadow with color #863cdc
Comments
No comments written yet.
Please login to write comment.