Color spaces of #c07cef
RGB | 192 | 124 | 239 |
---|---|---|---|
HSL | 0.77 | 0.78 | 0.71 |
HSV | 275° | 48° | 94° |
CMYK | 0.20 | 0.48 | 0.00 0.06 |
XYZ | 44.5259 | 31.8538 | 85.4630 |
Yxy | 31.8538 | 0.2751 | 0.1968 |
Hunter Lab | 56.4392 | 42.0534 | -50.2724 |
CIE-Lab | 63.2219 | 46.8509 | -47.8991 |
#c07cef color RGB value is (192,124,239).
#c07cef hex color red value is 192, green value is 124 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c07cef hue: 0.77 , saturation: 0.78 and the lightness value of c07cef is 0.71.
The process color (four color CMYK) of #c07cef color hex is 0.20, 0.48, 0.00, 0.06. Web safe color of #c07cef is #cc66ff. Color #c07cef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 01111100 | 11101111 |
Octal | 300 | 174 | 357 |
Decimal | 192 | 124 | 239 |
Hex | C0 | 7C | EF |
Shades of #c07cef
Tints of #c07cef
RGB Percentages of Color #c07cef
CMYK Percentages of Color #c07cef
Complementary Color
#c07cef | #abef7c |
#c07cef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c07cef Color Preview on White Background
Lorem ipsum dolor sit amet.
#c07cef Color CSS Codes
.mybgcolor {background-color:#c07cef; } .myforecolor {color:#c07cef; } .mybordercolor {border:3px solid #c07cef; }
#c07cef Text Font Color
<p style="color:#c07cef">Text here</p>
This sample text font color is #c07cef
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.
#c07cef Background Color
<div style="background-color:#c07cef">
Div content here</div>
This div background color is #c07cef
#c07cef Border Color
<div style="border:3px solid #c07cef">
Div here</div>
This div border color is #c07cef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,124,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c07cef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c07cef; -webkit-box-shadow: 1px 1px 3px 2px #c07cef; box-shadow: 1px 1px 3px 2px #c07cef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,124,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c07cef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c07cef; -webkit-box-shadow: 1px 1px 3px 2px #c07cef; box-shadow: 1px 1px 3px 2px #c07cef;">
Div content here</div>
This div box has shadow with color #c07cef
Comments
No comments written yet.
Please login to write comment.