Color spaces of #873cfe
RGB | 135 | 60 | 254 |
---|---|---|---|
HSL | 0.73 | 0.99 | 0.62 |
HSV | 263° | 76° | 100° |
CMYK | 0.47 | 0.76 | 0.00 0.00 |
XYZ | 29.4969 | 15.5384 | 95.2105 |
Yxy | 15.5384 | 0.2103 | 0.1108 |
Hunter Lab | 39.4188 | 64.5879 | -115.6135 |
CIE-Lab | 46.3630 | 69.7128 | -83.7292 |
#873cfe color RGB value is (135,60,254).
#873cfe hex color red value is 135, green value is 60 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #873cfe hue: 0.73 , saturation: 0.99 and the lightness value of 873cfe is 0.62.
The process color (four color CMYK) of #873cfe color hex is 0.47, 0.76, 0.00, 0.00. Web safe color of #873cfe is #9933ff. Color #873cfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000111 | 00111100 | 11111110 |
Octal | 207 | 74 | 376 |
Decimal | 135 | 60 | 254 |
Hex | 87 | 3C | FE |
Shades of #873cfe
Tints of #873cfe
RGB Percentages of Color #873cfe
CMYK Percentages of Color #873cfe
Complementary Color
#873cfe | #b3fe3c |
#873cfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#873cfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#873cfe Color CSS Codes
.mybgcolor {background-color:#873cfe; } .myforecolor {color:#873cfe; } .mybordercolor {border:3px solid #873cfe; }
#873cfe Text Font Color
<p style="color:#873cfe">Text here</p>
This sample text font color is #873cfe
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.
#873cfe Background Color
<div style="background-color:#873cfe">
Div content here</div>
This div background color is #873cfe
#873cfe Border Color
<div style="border:3px solid #873cfe">
Div here</div>
This div border color is #873cfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(135,60,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #873cfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #873cfe; -webkit-box-shadow: 1px 1px 3px 2px #873cfe; box-shadow: 1px 1px 3px 2px #873cfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(135,60,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #873cfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #873cfe; -webkit-box-shadow: 1px 1px 3px 2px #873cfe; box-shadow: 1px 1px 3px 2px #873cfe;">
Div content here</div>
This div box has shadow with color #873cfe
Comments
No comments written yet.
Please login to write comment.