Color spaces of #c994ee
RGB | 201 | 148 | 238 |
---|---|---|---|
HSL | 0.76 | 0.73 | 0.76 |
HSV | 275° | 38° | 93° |
CMYK | 0.16 | 0.38 | 0.00 0.07 |
XYZ | 50.1099 | 39.7704 | 85.9243 |
Yxy | 39.7704 | 0.2850 | 0.2262 |
Hunter Lab | 63.0638 | 31.4729 | -36.6379 |
CIE-Lab | 69.3057 | 36.2259 | -37.7411 |
#c994ee color RGB value is (201,148,238).
#c994ee hex color red value is 201, green value is 148 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c994ee hue: 0.76 , saturation: 0.73 and the lightness value of c994ee is 0.76.
The process color (four color CMYK) of #c994ee color hex is 0.16, 0.38, 0.00, 0.07. Web safe color of #c994ee is #cc99ff. Color #c994ee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 10010100 | 11101110 |
Octal | 311 | 224 | 356 |
Decimal | 201 | 148 | 238 |
Hex | C9 | 94 | EE |
Shades of #c994ee
Tints of #c994ee
RGB Percentages of Color #c994ee
CMYK Percentages of Color #c994ee
Complementary Color
#c994ee | #b9ee94 |
#c994ee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c994ee Color Preview on White Background
Lorem ipsum dolor sit amet.
#c994ee Color CSS Codes
.mybgcolor {background-color:#c994ee; } .myforecolor {color:#c994ee; } .mybordercolor {border:3px solid #c994ee; }
#c994ee Text Font Color
<p style="color:#c994ee">Text here</p>
This sample text font color is #c994ee
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.
#c994ee Background Color
<div style="background-color:#c994ee">
Div content here</div>
This div background color is #c994ee
#c994ee Border Color
<div style="border:3px solid #c994ee">
Div here</div>
This div border color is #c994ee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,148,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c994ee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c994ee; -webkit-box-shadow: 1px 1px 3px 2px #c994ee; box-shadow: 1px 1px 3px 2px #c994ee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,148,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c994ee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c994ee; -webkit-box-shadow: 1px 1px 3px 2px #c994ee; box-shadow: 1px 1px 3px 2px #c994ee;">
Div content here</div>
This div box has shadow with color #c994ee
Comments
No comments written yet.
Please login to write comment.