Color spaces of #c32bed
RGB | 195 | 43 | 237 |
---|---|---|---|
HSL | 0.80 | 0.84 | 0.55 |
HSV | 287° | 82° | 93° |
CMYK | 0.18 | 0.82 | 0.00 0.07 |
XYZ | 38.6556 | 19.4443 | 81.8365 |
Yxy | 19.4443 | 0.2762 | 0.1390 |
Hunter Lab | 44.0957 | 79.3110 | -79.1684 |
CIE-Lab | 51.2030 | 80.7805 | -65.9739 |
#c32bed color RGB value is (195,43,237).
#c32bed hex color red value is 195, green value is 43 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c32bed hue: 0.80 , saturation: 0.84 and the lightness value of c32bed is 0.55.
The process color (four color CMYK) of #c32bed color hex is 0.18, 0.82, 0.00, 0.07. Web safe color of #c32bed is #cc33ff. Color #c32bed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 00101011 | 11101101 |
Octal | 303 | 53 | 355 |
Decimal | 195 | 43 | 237 |
Hex | C3 | 2B | ED |
Shades of #c32bed
Tints of #c32bed
RGB Percentages of Color #c32bed
CMYK Percentages of Color #c32bed
Complementary Color
#c32bed | #55ed2b |
#c32bed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c32bed Color Preview on White Background
Lorem ipsum dolor sit amet.
#c32bed Color CSS Codes
.mybgcolor {background-color:#c32bed; } .myforecolor {color:#c32bed; } .mybordercolor {border:3px solid #c32bed; }
#c32bed Text Font Color
<p style="color:#c32bed">Text here</p>
This sample text font color is #c32bed
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.
#c32bed Background Color
<div style="background-color:#c32bed">
Div content here</div>
This div background color is #c32bed
#c32bed Border Color
<div style="border:3px solid #c32bed">
Div here</div>
This div border color is #c32bed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,43,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c32bed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c32bed; -webkit-box-shadow: 1px 1px 3px 2px #c32bed; box-shadow: 1px 1px 3px 2px #c32bed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,43,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c32bed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c32bed; -webkit-box-shadow: 1px 1px 3px 2px #c32bed; box-shadow: 1px 1px 3px 2px #c32bed;">
Div content here</div>
This div box has shadow with color #c32bed
Comments
No comments written yet.
Please login to write comment.