Color spaces of #c33efb
RGB | 195 | 62 | 251 |
---|---|---|---|
HSL | 0.78 | 0.96 | 0.61 |
HSV | 282° | 75° | 98° |
CMYK | 0.22 | 0.75 | 0.00 0.02 |
XYZ | 41.6409 | 22.0124 | 93.3209 |
Yxy | 22.0124 | 0.2653 | 0.1402 |
Hunter Lab | 46.9174 | 76.3199 | -85.0885 |
CIE-Lab | 54.0402 | 77.8523 | -69.2189 |
#c33efb color RGB value is (195,62,251).
#c33efb hex color red value is 195, green value is 62 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c33efb hue: 0.78 , saturation: 0.96 and the lightness value of c33efb is 0.61.
The process color (four color CMYK) of #c33efb color hex is 0.22, 0.75, 0.00, 0.02. Web safe color of #c33efb is #cc33ff. Color #c33efb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 00111110 | 11111011 |
Octal | 303 | 76 | 373 |
Decimal | 195 | 62 | 251 |
Hex | C3 | 3E | FB |
Shades of #c33efb
Tints of #c33efb
RGB Percentages of Color #c33efb
CMYK Percentages of Color #c33efb
Complementary Color
#c33efb | #76fb3e |
#c33efb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c33efb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c33efb Color CSS Codes
.mybgcolor {background-color:#c33efb; } .myforecolor {color:#c33efb; } .mybordercolor {border:3px solid #c33efb; }
#c33efb Text Font Color
<p style="color:#c33efb">Text here</p>
This sample text font color is #c33efb
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.
#c33efb Background Color
<div style="background-color:#c33efb">
Div content here</div>
This div background color is #c33efb
#c33efb Border Color
<div style="border:3px solid #c33efb">
Div here</div>
This div border color is #c33efb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,62,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c33efb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c33efb; -webkit-box-shadow: 1px 1px 3px 2px #c33efb; box-shadow: 1px 1px 3px 2px #c33efb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,62,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c33efb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c33efb; -webkit-box-shadow: 1px 1px 3px 2px #c33efb; box-shadow: 1px 1px 3px 2px #c33efb;">
Div content here</div>
This div box has shadow with color #c33efb
Comments
No comments written yet.
Please login to write comment.