Color spaces of #8735dd
RGB | 135 | 53 | 221 |
---|---|---|---|
HSL | 0.75 | 0.71 | 0.54 |
HSV | 269° | 76° | 87° |
CMYK | 0.39 | 0.76 | 0.00 0.13 |
XYZ | 24.3159 | 12.9176 | 69.6184 |
Yxy | 12.9176 | 0.2276 | 0.1209 |
Hunter Lab | 35.9411 | 57.8672 | -89.6869 |
CIE-Lab | 42.6388 | 64.6565 | -71.1983 |
#8735dd color RGB value is (135,53,221).
#8735dd hex color red value is 135, green value is 53 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8735dd hue: 0.75 , saturation: 0.71 and the lightness value of 8735dd is 0.54.
The process color (four color CMYK) of #8735dd color hex is 0.39, 0.76, 0.00, 0.13. Web safe color of #8735dd is #9933cc. Color #8735dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000111 | 00110101 | 11011101 |
Octal | 207 | 65 | 335 |
Decimal | 135 | 53 | 221 |
Hex | 87 | 35 | DD |
Shades of #8735dd
Tints of #8735dd
RGB Percentages of Color #8735dd
CMYK Percentages of Color #8735dd
Complementary Color
#8735dd | #8bdd35 |
#8735dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8735dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#8735dd Color CSS Codes
.mybgcolor {background-color:#8735dd; } .myforecolor {color:#8735dd; } .mybordercolor {border:3px solid #8735dd; }
#8735dd Text Font Color
<p style="color:#8735dd">Text here</p>
This sample text font color is #8735dd
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.
#8735dd Background Color
<div style="background-color:#8735dd">
Div content here</div>
This div background color is #8735dd
#8735dd Border Color
<div style="border:3px solid #8735dd">
Div here</div>
This div border color is #8735dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(135,53,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8735dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8735dd; -webkit-box-shadow: 1px 1px 3px 2px #8735dd; box-shadow: 1px 1px 3px 2px #8735dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(135,53,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8735dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8735dd; -webkit-box-shadow: 1px 1px 3px 2px #8735dd; box-shadow: 1px 1px 3px 2px #8735dd;">
Div content here</div>
This div box has shadow with color #8735dd
#8735dd Color Palettes
Comments
No comments written yet.
Please login to write comment.