Color spaces of #c742ee
RGB | 199 | 66 | 238 |
---|---|---|---|
HSL | 0.80 | 0.83 | 0.60 |
HSV | 286° | 72° | 93° |
CMYK | 0.16 | 0.72 | 0.00 0.07 |
XYZ | 40.9340 | 22.2116 | 83.0187 |
Yxy | 22.2116 | 0.2801 | 0.1520 |
Hunter Lab | 47.1292 | 72.5599 | -71.4497 |
CIE-Lab | 54.2508 | 74.7832 | -61.5906 |
#c742ee color RGB value is (199,66,238).
#c742ee hex color red value is 199, green value is 66 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c742ee hue: 0.80 , saturation: 0.83 and the lightness value of c742ee is 0.60.
The process color (four color CMYK) of #c742ee color hex is 0.16, 0.72, 0.00, 0.07. Web safe color of #c742ee is #cc33ff. Color #c742ee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 01000010 | 11101110 |
Octal | 307 | 102 | 356 |
Decimal | 199 | 66 | 238 |
Hex | C7 | 42 | EE |
Shades of #c742ee
Tints of #c742ee
RGB Percentages of Color #c742ee
CMYK Percentages of Color #c742ee
Complementary Color
#c742ee | #69ee42 |
#c742ee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c742ee Color Preview on White Background
Lorem ipsum dolor sit amet.
#c742ee Color CSS Codes
.mybgcolor {background-color:#c742ee; } .myforecolor {color:#c742ee; } .mybordercolor {border:3px solid #c742ee; }
#c742ee Text Font Color
<p style="color:#c742ee">Text here</p>
This sample text font color is #c742ee
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.
#c742ee Background Color
<div style="background-color:#c742ee">
Div content here</div>
This div background color is #c742ee
#c742ee Border Color
<div style="border:3px solid #c742ee">
Div here</div>
This div border color is #c742ee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,66,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c742ee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c742ee; -webkit-box-shadow: 1px 1px 3px 2px #c742ee; box-shadow: 1px 1px 3px 2px #c742ee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,66,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 #c742ee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c742ee; -webkit-box-shadow: 1px 1px 3px 2px #c742ee; box-shadow: 1px 1px 3px 2px #c742ee;">
Div content here</div>
This div box has shadow with color #c742ee
Comments
No comments written yet.
Please login to write comment.