Color spaces of #c98aed
RGB | 201 | 138 | 237 |
---|---|---|---|
HSL | 0.77 | 0.73 | 0.74 |
HSV | 278° | 42° | 93° |
CMYK | 0.15 | 0.42 | 0.00 0.07 |
XYZ | 48.4619 | 36.7089 | 84.6521 |
Yxy | 36.7089 | 0.2854 | 0.2162 |
Hunter Lab | 60.5879 | 36.7465 | -40.4272 |
CIE-Lab | 67.0581 | 41.4365 | -40.6996 |
#c98aed color RGB value is (201,138,237).
#c98aed hex color red value is 201, green value is 138 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c98aed hue: 0.77 , saturation: 0.73 and the lightness value of c98aed is 0.74.
The process color (four color CMYK) of #c98aed color hex is 0.15, 0.42, 0.00, 0.07. Web safe color of #c98aed is #cc99ff. Color #c98aed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 10001010 | 11101101 |
Octal | 311 | 212 | 355 |
Decimal | 201 | 138 | 237 |
Hex | C9 | 8A | ED |
Shades of #c98aed
Tints of #c98aed
RGB Percentages of Color #c98aed
CMYK Percentages of Color #c98aed
Complementary Color
#c98aed | #aeed8a |
#c98aed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c98aed Color Preview on White Background
Lorem ipsum dolor sit amet.
#c98aed Color CSS Codes
.mybgcolor {background-color:#c98aed; } .myforecolor {color:#c98aed; } .mybordercolor {border:3px solid #c98aed; }
#c98aed Text Font Color
<p style="color:#c98aed">Text here</p>
This sample text font color is #c98aed
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.
#c98aed Background Color
<div style="background-color:#c98aed">
Div content here</div>
This div background color is #c98aed
#c98aed Border Color
<div style="border:3px solid #c98aed">
Div here</div>
This div border color is #c98aed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,138,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c98aed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c98aed; -webkit-box-shadow: 1px 1px 3px 2px #c98aed; box-shadow: 1px 1px 3px 2px #c98aed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,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 #c98aed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c98aed; -webkit-box-shadow: 1px 1px 3px 2px #c98aed; box-shadow: 1px 1px 3px 2px #c98aed;">
Div content here</div>
This div box has shadow with color #c98aed
Comments
No comments written yet.
Please login to write comment.