Color spaces of #c28bda
RGB | 194 | 139 | 218 |
---|---|---|---|
HSL | 0.78 | 0.52 | 0.70 |
HSV | 282° | 36° | 85° |
CMYK | 0.11 | 0.36 | 0.00 0.15 |
XYZ | 44.1356 | 34.9965 | 70.7585 |
Yxy | 34.9965 | 0.2945 | 0.2335 |
Hunter Lab | 59.1578 | 29.6464 | -29.5061 |
CIE-Lab | 65.7459 | 34.8333 | -32.2939 |
#c28bda color RGB value is (194,139,218).
#c28bda hex color red value is 194, green value is 139 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c28bda hue: 0.78 , saturation: 0.52 and the lightness value of c28bda is 0.70.
The process color (four color CMYK) of #c28bda color hex is 0.11, 0.36, 0.00, 0.15. Web safe color of #c28bda is #cc99cc. Color #c28bda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 10001011 | 11011010 |
Octal | 302 | 213 | 332 |
Decimal | 194 | 139 | 218 |
Hex | C2 | 8B | DA |
Shades of #c28bda
Tints of #c28bda
RGB Percentages of Color #c28bda
CMYK Percentages of Color #c28bda
Complementary Color
#c28bda | #a3da8b |
#c28bda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c28bda Color Preview on White Background
Lorem ipsum dolor sit amet.
#c28bda Color CSS Codes
.mybgcolor {background-color:#c28bda; } .myforecolor {color:#c28bda; } .mybordercolor {border:3px solid #c28bda; }
#c28bda Text Font Color
<p style="color:#c28bda">Text here</p>
This sample text font color is #c28bda
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.
#c28bda Background Color
<div style="background-color:#c28bda">
Div content here</div>
This div background color is #c28bda
#c28bda Border Color
<div style="border:3px solid #c28bda">
Div here</div>
This div border color is #c28bda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,139,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c28bda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c28bda; -webkit-box-shadow: 1px 1px 3px 2px #c28bda; box-shadow: 1px 1px 3px 2px #c28bda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,139,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c28bda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c28bda; -webkit-box-shadow: 1px 1px 3px 2px #c28bda; box-shadow: 1px 1px 3px 2px #c28bda;">
Div content here</div>
This div box has shadow with color #c28bda
Comments
No comments written yet.
Please login to write comment.