Color spaces of #ca47bf
RGB | 202 | 71 | 191 |
---|---|---|---|
HSL | 0.85 | 0.55 | 0.54 |
HSV | 305° | 65° | 79° |
CMYK | 0.00 | 0.65 | 0.05 0.21 |
XYZ | 36.0143 | 20.8246 | 51.4116 |
Yxy | 20.8246 | 0.3327 | 0.1924 |
Hunter Lab | 45.6340 | 61.0126 | -34.8528 |
CIE-Lab | 52.7570 | 65.4450 | -37.1923 |
#ca47bf color RGB value is (202,71,191).
#ca47bf hex color red value is 202, green value is 71 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ca47bf hue: 0.85 , saturation: 0.55 and the lightness value of ca47bf is 0.54.
The process color (four color CMYK) of #ca47bf color hex is 0.00, 0.65, 0.05, 0.21. Web safe color of #ca47bf is #cc33cc. Color #ca47bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 01000111 | 10111111 |
Octal | 312 | 107 | 277 |
Decimal | 202 | 71 | 191 |
Hex | CA | 47 | BF |
Shades of #ca47bf
Tints of #ca47bf
RGB Percentages of Color #ca47bf
CMYK Percentages of Color #ca47bf
Complementary Color
#ca47bf | #47ca52 |
#ca47bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca47bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca47bf Color CSS Codes
.mybgcolor {background-color:#ca47bf; } .myforecolor {color:#ca47bf; } .mybordercolor {border:3px solid #ca47bf; }
#ca47bf Text Font Color
<p style="color:#ca47bf">Text here</p>
This sample text font color is #ca47bf
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.
#ca47bf Background Color
<div style="background-color:#ca47bf">
Div content here</div>
This div background color is #ca47bf
#ca47bf Border Color
<div style="border:3px solid #ca47bf">
Div here</div>
This div border color is #ca47bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,71,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca47bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca47bf; -webkit-box-shadow: 1px 1px 3px 2px #ca47bf; box-shadow: 1px 1px 3px 2px #ca47bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,71,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca47bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca47bf; -webkit-box-shadow: 1px 1px 3px 2px #ca47bf; box-shadow: 1px 1px 3px 2px #ca47bf;">
Div content here</div>
This div box has shadow with color #ca47bf
Comments
No comments written yet.
Please login to write comment.