Color spaces of #c14aee
RGB | 193 | 74 | 238 |
---|---|---|---|
HSL | 0.79 | 0.83 | 0.61 |
HSV | 284° | 69° | 93° |
CMYK | 0.19 | 0.69 | 0.00 0.07 |
XYZ | 39.8737 | 22.4081 | 83.1125 |
Yxy | 22.4081 | 0.2742 | 0.1541 |
Hunter Lab | 47.3372 | 67.5164 | -70.9627 |
CIE-Lab | 54.4574 | 70.6041 | -61.3032 |
#c14aee color RGB value is (193,74,238).
#c14aee hex color red value is 193, green value is 74 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c14aee hue: 0.79 , saturation: 0.83 and the lightness value of c14aee is 0.61.
The process color (four color CMYK) of #c14aee color hex is 0.19, 0.69, 0.00, 0.07. Web safe color of #c14aee is #cc33ff. Color #c14aee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 01001010 | 11101110 |
Octal | 301 | 112 | 356 |
Decimal | 193 | 74 | 238 |
Hex | C1 | 4A | EE |
Shades of #c14aee
Tints of #c14aee
RGB Percentages of Color #c14aee
CMYK Percentages of Color #c14aee
Complementary Color
#c14aee | #77ee4a |
#c14aee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c14aee Color Preview on White Background
Lorem ipsum dolor sit amet.
#c14aee Color CSS Codes
.mybgcolor {background-color:#c14aee; } .myforecolor {color:#c14aee; } .mybordercolor {border:3px solid #c14aee; }
#c14aee Text Font Color
<p style="color:#c14aee">Text here</p>
This sample text font color is #c14aee
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.
#c14aee Background Color
<div style="background-color:#c14aee">
Div content here</div>
This div background color is #c14aee
#c14aee Border Color
<div style="border:3px solid #c14aee">
Div here</div>
This div border color is #c14aee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,74,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c14aee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c14aee; -webkit-box-shadow: 1px 1px 3px 2px #c14aee; box-shadow: 1px 1px 3px 2px #c14aee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,74,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 #c14aee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c14aee; -webkit-box-shadow: 1px 1px 3px 2px #c14aee; box-shadow: 1px 1px 3px 2px #c14aee;">
Div content here</div>
This div box has shadow with color #c14aee
Comments
No comments written yet.
Please login to write comment.