Color spaces of #c52aeb
RGB | 197 | 42 | 235 |
---|---|---|---|
HSL | 0.80 | 0.83 | 0.54 |
HSV | 288° | 82° | 92° |
CMYK | 0.16 | 0.82 | 0.00 0.08 |
XYZ | 38.8493 | 19.5244 | 80.3183 |
Yxy | 19.5244 | 0.2801 | 0.1408 |
Hunter Lab | 44.1864 | 79.6134 | -76.8418 |
CIE-Lab | 51.2952 | 81.0010 | -64.6835 |
#c52aeb color RGB value is (197,42,235).
#c52aeb hex color red value is 197, green value is 42 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c52aeb hue: 0.80 , saturation: 0.83 and the lightness value of c52aeb is 0.54.
The process color (four color CMYK) of #c52aeb color hex is 0.16, 0.82, 0.00, 0.08. Web safe color of #c52aeb is #cc33ff. Color #c52aeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 00101010 | 11101011 |
Octal | 305 | 52 | 353 |
Decimal | 197 | 42 | 235 |
Hex | C5 | 2A | EB |
Shades of #c52aeb
Tints of #c52aeb
RGB Percentages of Color #c52aeb
CMYK Percentages of Color #c52aeb
Complementary Color
#c52aeb | #50eb2a |
#c52aeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c52aeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c52aeb Color CSS Codes
.mybgcolor {background-color:#c52aeb; } .myforecolor {color:#c52aeb; } .mybordercolor {border:3px solid #c52aeb; }
#c52aeb Text Font Color
<p style="color:#c52aeb">Text here</p>
This sample text font color is #c52aeb
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.
#c52aeb Background Color
<div style="background-color:#c52aeb">
Div content here</div>
This div background color is #c52aeb
#c52aeb Border Color
<div style="border:3px solid #c52aeb">
Div here</div>
This div border color is #c52aeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,42,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c52aeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c52aeb; -webkit-box-shadow: 1px 1px 3px 2px #c52aeb; box-shadow: 1px 1px 3px 2px #c52aeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,42,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c52aeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c52aeb; -webkit-box-shadow: 1px 1px 3px 2px #c52aeb; box-shadow: 1px 1px 3px 2px #c52aeb;">
Div content here</div>
This div box has shadow with color #c52aeb
Comments
No comments written yet.
Please login to write comment.