Color spaces of #ca28ba
RGB | 202 | 40 | 186 |
---|---|---|---|
HSL | 0.85 | 0.67 | 0.47 |
HSV | 306° | 80° | 79° |
CMYK | 0.00 | 0.80 | 0.08 0.21 |
XYZ | 33.9788 | 17.6193 | 48.0644 |
Yxy | 17.6193 | 0.3409 | 0.1768 |
Hunter Lab | 41.9753 | 71.0378 | -38.5080 |
CIE-Lab | 49.0311 | 74.5560 | -40.1604 |
#ca28ba color RGB value is (202,40,186).
#ca28ba hex color red value is 202, green value is 40 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ca28ba hue: 0.85 , saturation: 0.67 and the lightness value of ca28ba is 0.47.
The process color (four color CMYK) of #ca28ba color hex is 0.00, 0.80, 0.08, 0.21. Web safe color of #ca28ba is #cc33cc. Color #ca28ba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 00101000 | 10111010 |
Octal | 312 | 50 | 272 |
Decimal | 202 | 40 | 186 |
Hex | CA | 28 | BA |
Shades of #ca28ba
Tints of #ca28ba
RGB Percentages of Color #ca28ba
CMYK Percentages of Color #ca28ba
Complementary Color
#ca28ba | #28ca38 |
#ca28ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca28ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca28ba Color CSS Codes
.mybgcolor {background-color:#ca28ba; } .myforecolor {color:#ca28ba; } .mybordercolor {border:3px solid #ca28ba; }
#ca28ba Text Font Color
<p style="color:#ca28ba">Text here</p>
This sample text font color is #ca28ba
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.
#ca28ba Background Color
<div style="background-color:#ca28ba">
Div content here</div>
This div background color is #ca28ba
#ca28ba Border Color
<div style="border:3px solid #ca28ba">
Div here</div>
This div border color is #ca28ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,40,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca28ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca28ba; -webkit-box-shadow: 1px 1px 3px 2px #ca28ba; box-shadow: 1px 1px 3px 2px #ca28ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,40,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca28ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca28ba; -webkit-box-shadow: 1px 1px 3px 2px #ca28ba; box-shadow: 1px 1px 3px 2px #ca28ba;">
Div content here</div>
This div box has shadow with color #ca28ba
Comments
No comments written yet.
Please login to write comment.