Color spaces of #cf336a
RGB | 207 | 51 | 106 |
---|---|---|---|
HSL | 0.94 | 0.62 | 0.51 |
HSV | 339° | 75° | 81° |
CMYK | 0.00 | 0.75 | 0.49 0.19 |
XYZ | 29.5175 | 16.6737 | 15.2983 |
Yxy | 16.6737 | 0.4800 | 0.2712 |
Hunter Lab | 40.8334 | 57.5748 | 6.3703 |
CIE-Lab | 47.8462 | 63.3982 | 6.1058 |
#cf336a color RGB value is (207,51,106).
#cf336a hex color red value is 207, green value is 51 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #cf336a hue: 0.94 , saturation: 0.62 and the lightness value of cf336a is 0.51.
The process color (four color CMYK) of #cf336a color hex is 0.00, 0.75, 0.49, 0.19. Web safe color of #cf336a is #cc3366. Color #cf336a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 00110011 | 01101010 |
Octal | 317 | 63 | 152 |
Decimal | 207 | 51 | 106 |
Hex | CF | 33 | 6A |
Shades of #cf336a
Tints of #cf336a
RGB Percentages of Color #cf336a
CMYK Percentages of Color #cf336a
Complementary Color
#cf336a | #33cf98 |
#cf336a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf336a Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf336a Color CSS Codes
.mybgcolor {background-color:#cf336a; } .myforecolor {color:#cf336a; } .mybordercolor {border:3px solid #cf336a; }
#cf336a Text Font Color
<p style="color:#cf336a">Text here</p>
This sample text font color is #cf336a
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.
#cf336a Background Color
<div style="background-color:#cf336a">
Div content here</div>
This div background color is #cf336a
#cf336a Border Color
<div style="border:3px solid #cf336a">
Div here</div>
This div border color is #cf336a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,51,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf336a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf336a; -webkit-box-shadow: 1px 1px 3px 2px #cf336a; box-shadow: 1px 1px 3px 2px #cf336a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,51,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf336a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf336a; -webkit-box-shadow: 1px 1px 3px 2px #cf336a; box-shadow: 1px 1px 3px 2px #cf336a;">
Div content here</div>
This div box has shadow with color #cf336a
Comments
No comments written yet.
Please login to write comment.