Color spaces of #cb74be
RGB | 203 | 116 | 190 |
---|---|---|---|
HSL | 0.86 | 0.46 | 0.63 |
HSV | 309° | 43° | 80° |
CMYK | 0.00 | 0.43 | 0.06 0.20 |
XYZ | 40.1683 | 28.9050 | 52.1773 |
Yxy | 28.9050 | 0.3313 | 0.2384 |
Hunter Lab | 53.7634 | 39.2770 | -19.9065 |
CIE-Lab | 60.6977 | 44.6257 | -24.2708 |
#cb74be color RGB value is (203,116,190).
#cb74be hex color red value is 203, green value is 116 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cb74be hue: 0.86 , saturation: 0.46 and the lightness value of cb74be is 0.63.
The process color (four color CMYK) of #cb74be color hex is 0.00, 0.43, 0.06, 0.20. Web safe color of #cb74be is #cc66cc. Color #cb74be contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 01110100 | 10111110 |
Octal | 313 | 164 | 276 |
Decimal | 203 | 116 | 190 |
Hex | CB | 74 | BE |
Shades of #cb74be
Tints of #cb74be
RGB Percentages of Color #cb74be
CMYK Percentages of Color #cb74be
Complementary Color
#cb74be | #74cb81 |
#cb74be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb74be Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb74be Color CSS Codes
.mybgcolor {background-color:#cb74be; } .myforecolor {color:#cb74be; } .mybordercolor {border:3px solid #cb74be; }
#cb74be Text Font Color
<p style="color:#cb74be">Text here</p>
This sample text font color is #cb74be
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.
#cb74be Background Color
<div style="background-color:#cb74be">
Div content here</div>
This div background color is #cb74be
#cb74be Border Color
<div style="border:3px solid #cb74be">
Div here</div>
This div border color is #cb74be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,116,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb74be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb74be; -webkit-box-shadow: 1px 1px 3px 2px #cb74be; box-shadow: 1px 1px 3px 2px #cb74be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,116,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cb74be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb74be; -webkit-box-shadow: 1px 1px 3px 2px #cb74be; box-shadow: 1px 1px 3px 2px #cb74be;">
Div content here</div>
This div box has shadow with color #cb74be
Comments
No comments written yet.
Please login to write comment.