Color spaces of #cf326b
RGB | 207 | 50 | 107 |
---|---|---|---|
HSL | 0.94 | 0.62 | 0.50 |
HSV | 338° | 76° | 81° |
CMYK | 0.00 | 0.76 | 0.48 0.19 |
XYZ | 29.5266 | 16.6081 | 15.5594 |
Yxy | 16.6081 | 0.4786 | 0.2692 |
Hunter Lab | 40.7530 | 58.0099 | 5.8904 |
CIE-Lab | 47.7624 | 63.7944 | 5.3731 |
#cf326b color RGB value is (207,50,107).
#cf326b hex color red value is 207, green value is 50 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #cf326b hue: 0.94 , saturation: 0.62 and the lightness value of cf326b is 0.50.
The process color (four color CMYK) of #cf326b color hex is 0.00, 0.76, 0.48, 0.19. Web safe color of #cf326b is #cc3366. Color #cf326b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 00110010 | 01101011 |
Octal | 317 | 62 | 153 |
Decimal | 207 | 50 | 107 |
Hex | CF | 32 | 6B |
Shades of #cf326b
Tints of #cf326b
RGB Percentages of Color #cf326b
CMYK Percentages of Color #cf326b
Complementary Color
#cf326b | #32cf96 |
#cf326b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf326b Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf326b Color CSS Codes
.mybgcolor {background-color:#cf326b; } .myforecolor {color:#cf326b; } .mybordercolor {border:3px solid #cf326b; }
#cf326b Text Font Color
<p style="color:#cf326b">Text here</p>
This sample text font color is #cf326b
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.
#cf326b Background Color
<div style="background-color:#cf326b">
Div content here</div>
This div background color is #cf326b
#cf326b Border Color
<div style="border:3px solid #cf326b">
Div here</div>
This div border color is #cf326b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,50,107, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf326b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf326b; -webkit-box-shadow: 1px 1px 3px 2px #cf326b; box-shadow: 1px 1px 3px 2px #cf326b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,50,107, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf326b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf326b; -webkit-box-shadow: 1px 1px 3px 2px #cf326b; box-shadow: 1px 1px 3px 2px #cf326b;">
Div content here</div>
This div box has shadow with color #cf326b
Comments
No comments written yet.
Please login to write comment.