Color spaces of #cd7ceb
RGB | 205 | 124 | 235 |
---|---|---|---|
HSL | 0.79 | 0.74 | 0.70 |
HSV | 284° | 47° | 92° |
CMYK | 0.13 | 0.47 | 0.00 0.08 |
XYZ | 47.3799 | 33.3926 | 82.5455 |
Yxy | 33.3926 | 0.2901 | 0.2045 |
Hunter Lab | 57.7863 | 45.2288 | -44.2430 |
CIE-Lab | 64.4775 | 49.5642 | -43.6104 |
#cd7ceb color RGB value is (205,124,235).
#cd7ceb hex color red value is 205, green value is 124 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cd7ceb hue: 0.79 , saturation: 0.74 and the lightness value of cd7ceb is 0.70.
The process color (four color CMYK) of #cd7ceb color hex is 0.13, 0.47, 0.00, 0.08. Web safe color of #cd7ceb is #cc66ff. Color #cd7ceb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 01111100 | 11101011 |
Octal | 315 | 174 | 353 |
Decimal | 205 | 124 | 235 |
Hex | CD | 7C | EB |
Shades of #cd7ceb
Tints of #cd7ceb
RGB Percentages of Color #cd7ceb
CMYK Percentages of Color #cd7ceb
Complementary Color
#cd7ceb | #9aeb7c |
#cd7ceb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd7ceb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd7ceb Color CSS Codes
.mybgcolor {background-color:#cd7ceb; } .myforecolor {color:#cd7ceb; } .mybordercolor {border:3px solid #cd7ceb; }
#cd7ceb Text Font Color
<p style="color:#cd7ceb">Text here</p>
This sample text font color is #cd7ceb
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.
#cd7ceb Background Color
<div style="background-color:#cd7ceb">
Div content here</div>
This div background color is #cd7ceb
#cd7ceb Border Color
<div style="border:3px solid #cd7ceb">
Div here</div>
This div border color is #cd7ceb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,124,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd7ceb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd7ceb; -webkit-box-shadow: 1px 1px 3px 2px #cd7ceb; box-shadow: 1px 1px 3px 2px #cd7ceb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,124,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd7ceb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd7ceb; -webkit-box-shadow: 1px 1px 3px 2px #cd7ceb; box-shadow: 1px 1px 3px 2px #cd7ceb;">
Div content here</div>
This div box has shadow with color #cd7ceb
Comments
No comments written yet.
Please login to write comment.