Color spaces of #863ebd
RGB | 134 | 62 | 189 |
---|---|---|---|
HSL | 0.76 | 0.51 | 0.49 |
HSV | 274° | 67° | 74° |
CMYK | 0.29 | 0.67 | 0.00 0.26 |
XYZ | 20.7394 | 12.1877 | 49.4035 |
Yxy | 12.1877 | 0.2519 | 0.1480 |
Hunter Lab | 34.9109 | 44.9469 | -59.4655 |
CIE-Lab | 41.5129 | 53.1154 | -54.5240 |
#863ebd color RGB value is (134,62,189).
#863ebd hex color red value is 134, green value is 62 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #863ebd hue: 0.76 , saturation: 0.51 and the lightness value of 863ebd is 0.49.
The process color (four color CMYK) of #863ebd color hex is 0.29, 0.67, 0.00, 0.26. Web safe color of #863ebd is #9933cc. Color #863ebd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000110 | 00111110 | 10111101 |
Octal | 206 | 76 | 275 |
Decimal | 134 | 62 | 189 |
Hex | 86 | 3E | BD |
Shades of #863ebd
Tints of #863ebd
RGB Percentages of Color #863ebd
CMYK Percentages of Color #863ebd
Complementary Color
#863ebd | #75bd3e |
#863ebd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#863ebd Color Preview on White Background
Lorem ipsum dolor sit amet.
#863ebd Color CSS Codes
.mybgcolor {background-color:#863ebd; } .myforecolor {color:#863ebd; } .mybordercolor {border:3px solid #863ebd; }
#863ebd Text Font Color
<p style="color:#863ebd">Text here</p>
This sample text font color is #863ebd
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.
#863ebd Background Color
<div style="background-color:#863ebd">
Div content here</div>
This div background color is #863ebd
#863ebd Border Color
<div style="border:3px solid #863ebd">
Div here</div>
This div border color is #863ebd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(134,62,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #863ebd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #863ebd; -webkit-box-shadow: 1px 1px 3px 2px #863ebd; box-shadow: 1px 1px 3px 2px #863ebd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(134,62,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #863ebd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #863ebd; -webkit-box-shadow: 1px 1px 3px 2px #863ebd; box-shadow: 1px 1px 3px 2px #863ebd;">
Div content here</div>
This div box has shadow with color #863ebd
Comments
No comments written yet.
Please login to write comment.