Color spaces of #c23bff
RGB | 194 | 59 | 255 |
---|---|---|---|
HSL | 0.78 | 1.00 | 0.62 |
HSV | 281° | 77° | 100° |
CMYK | 0.24 | 0.77 | 0.00 0.00 |
XYZ | 41.8621 | 21.8173 | 96.6125 |
Yxy | 21.8173 | 0.2612 | 0.1361 |
Hunter Lab | 46.7090 | 78.2367 | -89.9387 |
CIE-Lab | 53.8326 | 79.4181 | -71.7846 |
#c23bff color RGB value is (194,59,255).
#c23bff hex color red value is 194, green value is 59 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c23bff hue: 0.78 , saturation: 1.00 and the lightness value of c23bff is 0.62.
The process color (four color CMYK) of #c23bff color hex is 0.24, 0.77, 0.00, 0.00. Web safe color of #c23bff is #cc33ff. Color #c23bff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 00111011 | 11111111 |
Octal | 302 | 73 | 377 |
Decimal | 194 | 59 | 255 |
Hex | C2 | 3B | FF |
Shades of #c23bff
Tints of #c23bff
RGB Percentages of Color #c23bff
CMYK Percentages of Color #c23bff
Complementary Color
#c23bff | #78ff3b |
#c23bff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c23bff Color Preview on White Background
Lorem ipsum dolor sit amet.
#c23bff Color CSS Codes
.mybgcolor {background-color:#c23bff; } .myforecolor {color:#c23bff; } .mybordercolor {border:3px solid #c23bff; }
#c23bff Text Font Color
<p style="color:#c23bff">Text here</p>
This sample text font color is #c23bff
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.
#c23bff Background Color
<div style="background-color:#c23bff">
Div content here</div>
This div background color is #c23bff
#c23bff Border Color
<div style="border:3px solid #c23bff">
Div here</div>
This div border color is #c23bff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,59,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c23bff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c23bff; -webkit-box-shadow: 1px 1px 3px 2px #c23bff; box-shadow: 1px 1px 3px 2px #c23bff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,59,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c23bff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c23bff; -webkit-box-shadow: 1px 1px 3px 2px #c23bff; box-shadow: 1px 1px 3px 2px #c23bff;">
Div content here</div>
This div box has shadow with color #c23bff
Comments
No comments written yet.
Please login to write comment.