Color spaces of #c08aed
RGB | 192 | 138 | 237 |
---|---|---|---|
HSL | 0.76 | 0.73 | 0.74 |
HSV | 273° | 42° | 93° |
CMYK | 0.19 | 0.42 | 0.00 0.07 |
XYZ | 46.1128 | 35.4979 | 84.5421 |
Yxy | 35.4979 | 0.2775 | 0.2136 |
Hunter Lab | 59.5801 | 33.8872 | -42.4244 |
CIE-Lab | 66.1345 | 38.8561 | -42.2123 |
#c08aed color RGB value is (192,138,237).
#c08aed hex color red value is 192, green value is 138 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c08aed hue: 0.76 , saturation: 0.73 and the lightness value of c08aed is 0.74.
The process color (four color CMYK) of #c08aed color hex is 0.19, 0.42, 0.00, 0.07. Web safe color of #c08aed is #cc99ff. Color #c08aed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 10001010 | 11101101 |
Octal | 300 | 212 | 355 |
Decimal | 192 | 138 | 237 |
Hex | C0 | 8A | ED |
Shades of #c08aed
Tints of #c08aed
RGB Percentages of Color #c08aed
CMYK Percentages of Color #c08aed
Complementary Color
#c08aed | #b7ed8a |
#c08aed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c08aed Color Preview on White Background
Lorem ipsum dolor sit amet.
#c08aed Color CSS Codes
.mybgcolor {background-color:#c08aed; } .myforecolor {color:#c08aed; } .mybordercolor {border:3px solid #c08aed; }
#c08aed Text Font Color
<p style="color:#c08aed">Text here</p>
This sample text font color is #c08aed
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.
#c08aed Background Color
<div style="background-color:#c08aed">
Div content here</div>
This div background color is #c08aed
#c08aed Border Color
<div style="border:3px solid #c08aed">
Div here</div>
This div border color is #c08aed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,138,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c08aed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c08aed; -webkit-box-shadow: 1px 1px 3px 2px #c08aed; box-shadow: 1px 1px 3px 2px #c08aed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,138,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c08aed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c08aed; -webkit-box-shadow: 1px 1px 3px 2px #c08aed; box-shadow: 1px 1px 3px 2px #c08aed;">
Div content here</div>
This div box has shadow with color #c08aed
Comments
No comments written yet.
Please login to write comment.