Color spaces of #c08bbc
RGB | 192 | 139 | 188 |
---|---|---|---|
HSL | 0.85 | 0.30 | 0.65 |
HSV | 305° | 28° | 75° |
CMYK | 0.00 | 0.28 | 0.02 0.25 |
XYZ | 40.0479 | 33.3025 | 51.8942 |
Yxy | 33.3025 | 0.3198 | 0.2659 |
Hunter Lab | 57.7083 | 22.8843 | -12.9207 |
CIE-Lab | 64.4051 | 28.2702 | -17.5952 |
#c08bbc color RGB value is (192,139,188).
#c08bbc hex color red value is 192, green value is 139 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c08bbc hue: 0.85 , saturation: 0.30 and the lightness value of c08bbc is 0.65.
The process color (four color CMYK) of #c08bbc color hex is 0.00, 0.28, 0.02, 0.25. Web safe color of #c08bbc is #cc99cc. Color #c08bbc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 10001011 | 10111100 |
Octal | 300 | 213 | 274 |
Decimal | 192 | 139 | 188 |
Hex | C0 | 8B | BC |
Shades of #c08bbc
Tints of #c08bbc
RGB Percentages of Color #c08bbc
CMYK Percentages of Color #c08bbc
Complementary Color
#c08bbc | #8bc08f |
#c08bbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c08bbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c08bbc Color CSS Codes
.mybgcolor {background-color:#c08bbc; } .myforecolor {color:#c08bbc; } .mybordercolor {border:3px solid #c08bbc; }
#c08bbc Text Font Color
<p style="color:#c08bbc">Text here</p>
This sample text font color is #c08bbc
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.
#c08bbc Background Color
<div style="background-color:#c08bbc">
Div content here</div>
This div background color is #c08bbc
#c08bbc Border Color
<div style="border:3px solid #c08bbc">
Div here</div>
This div border color is #c08bbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,139,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c08bbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c08bbc; -webkit-box-shadow: 1px 1px 3px 2px #c08bbc; box-shadow: 1px 1px 3px 2px #c08bbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,139,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c08bbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c08bbc; -webkit-box-shadow: 1px 1px 3px 2px #c08bbc; box-shadow: 1px 1px 3px 2px #c08bbc;">
Div content here</div>
This div box has shadow with color #c08bbc
Comments
No comments written yet.
Please login to write comment.