Color spaces of #cd7bfa
RGB | 205 | 123 | 250 |
---|---|---|---|
HSL | 0.77 | 0.93 | 0.73 |
HSV | 279° | 51° | 98° |
CMYK | 0.18 | 0.51 | 0.00 0.02 |
XYZ | 49.5151 | 34.0472 | 94.4045 |
Yxy | 34.0472 | 0.2782 | 0.1913 |
Hunter Lab | 58.3500 | 49.3605 | -55.0804 |
CIE-Lab | 65.0000 | 53.1803 | -51.0551 |
#cd7bfa color RGB value is (205,123,250).
#cd7bfa hex color red value is 205, green value is 123 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #cd7bfa hue: 0.77 , saturation: 0.93 and the lightness value of cd7bfa is 0.73.
The process color (four color CMYK) of #cd7bfa color hex is 0.18, 0.51, 0.00, 0.02. Web safe color of #cd7bfa is #cc66ff. Color #cd7bfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 01111011 | 11111010 |
Octal | 315 | 173 | 372 |
Decimal | 205 | 123 | 250 |
Hex | CD | 7B | FA |
Shades of #cd7bfa
Tints of #cd7bfa
RGB Percentages of Color #cd7bfa
CMYK Percentages of Color #cd7bfa
Complementary Color
#cd7bfa | #a8fa7b |
#cd7bfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd7bfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd7bfa Color CSS Codes
.mybgcolor {background-color:#cd7bfa; } .myforecolor {color:#cd7bfa; } .mybordercolor {border:3px solid #cd7bfa; }
#cd7bfa Text Font Color
<p style="color:#cd7bfa">Text here</p>
This sample text font color is #cd7bfa
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.
#cd7bfa Background Color
<div style="background-color:#cd7bfa">
Div content here</div>
This div background color is #cd7bfa
#cd7bfa Border Color
<div style="border:3px solid #cd7bfa">
Div here</div>
This div border color is #cd7bfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,123,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd7bfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd7bfa; -webkit-box-shadow: 1px 1px 3px 2px #cd7bfa; box-shadow: 1px 1px 3px 2px #cd7bfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,123,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd7bfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd7bfa; -webkit-box-shadow: 1px 1px 3px 2px #cd7bfa; box-shadow: 1px 1px 3px 2px #cd7bfa;">
Div content here</div>
This div box has shadow with color #cd7bfa
Comments
No comments written yet.
Please login to write comment.