Color spaces of #ca36fb
RGB | 202 | 54 | 251 |
---|---|---|---|
HSL | 0.79 | 0.96 | 0.60 |
HSV | 285° | 78° | 98° |
CMYK | 0.20 | 0.78 | 0.00 0.02 |
XYZ | 43.0889 | 22.1599 | 93.2730 |
Yxy | 22.1599 | 0.2718 | 0.1398 |
Hunter Lab | 47.0743 | 81.0078 | -84.5252 |
CIE-Lab | 54.1963 | 81.5312 | -68.9173 |
#ca36fb color RGB value is (202,54,251).
#ca36fb hex color red value is 202, green value is 54 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ca36fb hue: 0.79 , saturation: 0.96 and the lightness value of ca36fb is 0.60.
The process color (four color CMYK) of #ca36fb color hex is 0.20, 0.78, 0.00, 0.02. Web safe color of #ca36fb is #cc33ff. Color #ca36fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 00110110 | 11111011 |
Octal | 312 | 66 | 373 |
Decimal | 202 | 54 | 251 |
Hex | CA | 36 | FB |
Shades of #ca36fb
Tints of #ca36fb
RGB Percentages of Color #ca36fb
CMYK Percentages of Color #ca36fb
Complementary Color
#ca36fb | #67fb36 |
#ca36fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca36fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca36fb Color CSS Codes
.mybgcolor {background-color:#ca36fb; } .myforecolor {color:#ca36fb; } .mybordercolor {border:3px solid #ca36fb; }
#ca36fb Text Font Color
<p style="color:#ca36fb">Text here</p>
This sample text font color is #ca36fb
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.
#ca36fb Background Color
<div style="background-color:#ca36fb">
Div content here</div>
This div background color is #ca36fb
#ca36fb Border Color
<div style="border:3px solid #ca36fb">
Div here</div>
This div border color is #ca36fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,54,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca36fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca36fb; -webkit-box-shadow: 1px 1px 3px 2px #ca36fb; box-shadow: 1px 1px 3px 2px #ca36fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,54,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 #ca36fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca36fb; -webkit-box-shadow: 1px 1px 3px 2px #ca36fb; box-shadow: 1px 1px 3px 2px #ca36fb;">
Div content here</div>
This div box has shadow with color #ca36fb
Comments
No comments written yet.
Please login to write comment.