Color spaces of #c845cf
RGB | 200 | 69 | 207 |
---|---|---|---|
HSL | 0.82 | 0.59 | 0.54 |
HSV | 297° | 67° | 81° |
CMYK | 0.03 | 0.67 | 0.00 0.19 |
XYZ | 37.2100 | 21.0406 | 61.1315 |
Yxy | 21.0406 | 0.3117 | 0.1762 |
Hunter Lab | 45.8700 | 64.5275 | -46.9074 |
CIE-Lab | 52.9939 | 68.3845 | -46.0378 |
#c845cf color RGB value is (200,69,207).
#c845cf hex color red value is 200, green value is 69 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c845cf hue: 0.82 , saturation: 0.59 and the lightness value of c845cf is 0.54.
The process color (four color CMYK) of #c845cf color hex is 0.03, 0.67, 0.00, 0.19. Web safe color of #c845cf is #cc33cc. Color #c845cf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 01000101 | 11001111 |
Octal | 310 | 105 | 317 |
Decimal | 200 | 69 | 207 |
Hex | C8 | 45 | CF |
Shades of #c845cf
Tints of #c845cf
RGB Percentages of Color #c845cf
CMYK Percentages of Color #c845cf
Complementary Color
#c845cf | #4ccf45 |
#c845cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c845cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c845cf Color CSS Codes
.mybgcolor {background-color:#c845cf; } .myforecolor {color:#c845cf; } .mybordercolor {border:3px solid #c845cf; }
#c845cf Text Font Color
<p style="color:#c845cf">Text here</p>
This sample text font color is #c845cf
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.
#c845cf Background Color
<div style="background-color:#c845cf">
Div content here</div>
This div background color is #c845cf
#c845cf Border Color
<div style="border:3px solid #c845cf">
Div here</div>
This div border color is #c845cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,69,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c845cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c845cf; -webkit-box-shadow: 1px 1px 3px 2px #c845cf; box-shadow: 1px 1px 3px 2px #c845cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,69,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c845cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c845cf; -webkit-box-shadow: 1px 1px 3px 2px #c845cf; box-shadow: 1px 1px 3px 2px #c845cf;">
Div content here</div>
This div box has shadow with color #c845cf
Comments
No comments written yet.
Please login to write comment.