Color spaces of #857acf
RGB | 133 | 122 | 207 |
---|---|---|---|
HSL | 0.69 | 0.47 | 0.65 |
HSV | 248° | 41° | 81° |
CMYK | 0.36 | 0.41 | 0.00 0.19 |
XYZ | 27.8949 | 23.4106 | 62.0800 |
Yxy | 23.4106 | 0.2460 | 0.2065 |
Hunter Lab | 48.3845 | 18.2369 | -42.2032 |
CIE-Lab | 55.4928 | 24.1173 | -42.5783 |
#857acf color RGB value is (133,122,207).
#857acf hex color red value is 133, green value is 122 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #857acf hue: 0.69 , saturation: 0.47 and the lightness value of 857acf is 0.65.
The process color (four color CMYK) of #857acf color hex is 0.36, 0.41, 0.00, 0.19. Web safe color of #857acf is #9966cc. Color #857acf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000101 | 01111010 | 11001111 |
Octal | 205 | 172 | 317 |
Decimal | 133 | 122 | 207 |
Hex | 85 | 7A | CF |
Shades of #857acf
Tints of #857acf
RGB Percentages of Color #857acf
CMYK Percentages of Color #857acf
Complementary Color
#857acf | #c4cf7a |
#857acf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#857acf Color Preview on White Background
Lorem ipsum dolor sit amet.
#857acf Color CSS Codes
.mybgcolor {background-color:#857acf; } .myforecolor {color:#857acf; } .mybordercolor {border:3px solid #857acf; }
#857acf Text Font Color
<p style="color:#857acf">Text here</p>
This sample text font color is #857acf
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.
#857acf Background Color
<div style="background-color:#857acf">
Div content here</div>
This div background color is #857acf
#857acf Border Color
<div style="border:3px solid #857acf">
Div here</div>
This div border color is #857acf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(133,122,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #857acf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #857acf; -webkit-box-shadow: 1px 1px 3px 2px #857acf; box-shadow: 1px 1px 3px 2px #857acf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(133,122,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #857acf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #857acf; -webkit-box-shadow: 1px 1px 3px 2px #857acf; box-shadow: 1px 1px 3px 2px #857acf;">
Div content here</div>
This div box has shadow with color #857acf
Comments
No comments written yet.
Please login to write comment.