Color spaces of #c28ece
RGB | 194 | 142 | 206 |
---|---|---|---|
HSL | 0.80 | 0.40 | 0.68 |
HSV | 289° | 31° | 81° |
CMYK | 0.06 | 0.31 | 0.00 0.19 |
XYZ | 43.0617 | 35.2716 | 62.9310 |
Yxy | 35.2716 | 0.3048 | 0.2497 |
Hunter Lab | 59.3899 | 25.4923 | -21.2522 |
CIE-Lab | 65.9596 | 30.7463 | -25.2865 |
#c28ece color RGB value is (194,142,206).
#c28ece hex color red value is 194, green value is 142 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c28ece hue: 0.80 , saturation: 0.40 and the lightness value of c28ece is 0.68.
The process color (four color CMYK) of #c28ece color hex is 0.06, 0.31, 0.00, 0.19. Web safe color of #c28ece is #cc99cc. Color #c28ece contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 10001110 | 11001110 |
Octal | 302 | 216 | 316 |
Decimal | 194 | 142 | 206 |
Hex | C2 | 8E | CE |
Shades of #c28ece
Tints of #c28ece
RGB Percentages of Color #c28ece
CMYK Percentages of Color #c28ece
Complementary Color
#c28ece | #9ace8e |
#c28ece Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c28ece Color Preview on White Background
Lorem ipsum dolor sit amet.
#c28ece Color CSS Codes
.mybgcolor {background-color:#c28ece; } .myforecolor {color:#c28ece; } .mybordercolor {border:3px solid #c28ece; }
#c28ece Text Font Color
<p style="color:#c28ece">Text here</p>
This sample text font color is #c28ece
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.
#c28ece Background Color
<div style="background-color:#c28ece">
Div content here</div>
This div background color is #c28ece
#c28ece Border Color
<div style="border:3px solid #c28ece">
Div here</div>
This div border color is #c28ece
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,142,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c28ece; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c28ece; -webkit-box-shadow: 1px 1px 3px 2px #c28ece; box-shadow: 1px 1px 3px 2px #c28ece; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,142,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c28ece">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c28ece; -webkit-box-shadow: 1px 1px 3px 2px #c28ece; box-shadow: 1px 1px 3px 2px #c28ece;">
Div content here</div>
This div box has shadow with color #c28ece
Comments
No comments written yet.
Please login to write comment.